#E35DA8

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

Shades of Brilliant Rose #E35DA8

Tints of Brilliant Rose #E35DA8

Color information

#E35DA8 (or 0xE35DA8) is unknown color: approx Brilliant Rose. HEX triplet: E3, 5D and A8. RGB value is (227,93,168). Sum of RGB (Red+Green+Blue) = 227+93+168=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35DA8 is #1CA257. Grayscale: #8D8D8D. Windows color (decimal): -1876568 or 11034083. OLE color: 11034083.

HSL color Cylindrical-coordinate representation of color #E35DA8: hue angle of 326.42º 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 #E35DA8 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB22793168-
CMYK00.590.260.11
HSL326.42º70.53%62.75%-
HSV(B)326.42º59.03%89.02%-
XYZ42.6626.9940.01-
YUV141.62142.89188.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.52%
GREEN value IS 93 (36.72% from 255) = 19.06%
BLUE value IS 168 (66.02% from 255) = 34.43%
R=46.52%
G=19.06%
B=34.43%

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
Decimal2279316800.590.260.11326.4270.5362.75
HexE35DA803B1AB146473f
Octal343135250073321350610777
Binary1110001110111011010100001110111101010111010001101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DA8; }

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

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

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

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

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

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

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

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