#e750a9

Color #E750A9 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E750A9

Tints of Brilliant Rose #E750A9

Color information

#E750A9 (or 0xE750A9) is unknown color: approx Brilliant Rose. HEX triplet: E7, 50 and A9. RGB value is (231,80,169). Sum of RGB (Red+Green+Blue) = 231+80+169=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E750A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E750A9 is #18AF56. Grayscale: #878787. Windows color (decimal): -1617751 or 11096295. OLE color: 11096295.

HSL color Cylindrical-coordinate representation of color #E750A9: hue angle of 324.64º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E750A9 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB23180169-
CMYK00.650.270.09
HSL324.64º75.88%60.98%-
HSV(B)324.64º65.37%90.59%-
XYZ42.9925.5940.21-
YUV135.29147.03196.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 48.12%
GREEN value IS 80 (31.64% from 255) = 16.67%
BLUE value IS 169 (66.41% from 255) = 35.21%
R=48.12%
G=16.67%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318016900.650.270.09324.6475.8860.98
HexE750A90411B91454c3d
Octal3471202510101331150511475
Binary11100111101000010101001010000011101110011010001011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e750a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e750a9; }

 p { color: rgb(231,80,169); }

 H1.HeaderClassName
 {
   color: #e750a9;
 }
 .AnyTagClassName
 {
   color: #e750a9;
 }
</style>
background-color css

<style>
 a { background-color: #e750a9; }

 a { background-color: rgb(231,80,169); }

 div.DivClassName
 {
   background-color: #e750a9;
 }
 .BgClassName
 {
   background-color: #e750a9;
 }
</style>
border-color css

<style>
 span { border-color: #e750a9; }

 span { border-color: rgb(231,80,169); }

 td.TdClassName
 {
   border-color: #e750a9;
 }
 .TagClassName
 {
   border-color: #e750a9;
 }
</style>