#E35DA9

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

Shades of Brilliant Rose #E35DA9

Tints of Brilliant Rose #E35DA9

Color information

#E35DA9 (or 0xE35DA9) is unknown color: approx Brilliant Rose. HEX triplet: E3, 5D and A9. RGB value is (227,93,169). Sum of RGB (Red+Green+Blue) = 227+93+169=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35DA9 is #1CA256. Grayscale: #8D8D8D. Windows color (decimal): -1876567 or 11099619. OLE color: 11099619.

HSL color Cylindrical-coordinate representation of color #E35DA9: hue angle of 325.97º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35DA9 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB22793169-
CMYK00.590.260.11
HSL325.97º70.53%62.75%-
HSV(B)325.97º59.03%89.02%-
XYZ42.7527.0240.5-
YUV141.73143.39188.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.42%
GREEN value IS 93 (36.72% from 255) = 19.02%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=46.42%
G=19.02%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279316900.590.260.11325.9770.5362.75
HexE35DA903B1AB146473f
Octal343135251073321350610777
Binary1110001110111011010100101110111101010111010001101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DA9; }

 p { color: rgb(227,93,169); }

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

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

 a { background-color: rgb(227,93,169); }

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

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

 span { border-color: rgb(227,93,169); }

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