#E35DA7

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

Shades of Brilliant Rose #E35DA7

Tints of Brilliant Rose #E35DA7

Color information

#E35DA7 (or 0xE35DA7) is unknown color: approx Brilliant Rose. HEX triplet: E3, 5D and A7. RGB value is (227,93,167). Sum of RGB (Red+Green+Blue) = 227+93+167=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35DA7 is #1CA258. Grayscale: #8D8D8D. Windows color (decimal): -1876569 or 10968547. OLE color: 10968547.

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

Color convert

RGB22793167-
CMYK00.590.260.11
HSL326.87º70.53%62.75%-
HSV(B)326.87º59.03%89.02%-
XYZ42.5726.9539.52-
YUV141.5142.39188.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.61%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 167 (65.62% from 255) = 34.29%
R=46.61%
G=19.10%
B=34.29%

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
Decimal2279316700.590.260.11326.8770.5362.75
HexE35DA703B1AB147473f
Octal343135247073321350710777
Binary1110001110111011010011101110111101010111010001111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DA7; }

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

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

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

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

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

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

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

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