#E35CA2

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

Shades of Brilliant Rose #E35CA2

Tints of Brilliant Rose #E35CA2

Color information

#E35CA2 (or 0xE35CA2) is unknown color: approx Brilliant Rose. HEX triplet: E3, 5C and A2. RGB value is (227,92,162). Sum of RGB (Red+Green+Blue) = 227+92+162=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35CA2 is #1CA35D. Grayscale: #8C8C8C. Windows color (decimal): -1876830 or 10640611. OLE color: 10640611.

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

Color convert

RGB22792162-
CMYK00.590.290.11
HSL328.89º70.68%62.55%-
HSV(B)328.89º59.47%89.02%-
XYZ42.0326.5937.1-
YUV140.34140.23189.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.19%
GREEN value IS 92 (36.33% from 255) = 19.13%
BLUE value IS 162 (63.67% from 255) = 33.68%
R=47.19%
G=19.13%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279216200.590.290.11328.8970.6862.55
HexE35CA203B1DB149473f
Octal343134242073351351110777
Binary1110001110111001010001001110111110110111010010011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35CA2; }

 p { color: rgb(227,92,162); }

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

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

 a { background-color: rgb(227,92,162); }

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

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

 span { border-color: rgb(227,92,162); }

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