#E35CA4

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

Shades of Brilliant Rose #E35CA4

Tints of Brilliant Rose #E35CA4

Color information

#E35CA4 (or 0xE35CA4) is unknown color: approx Brilliant Rose. HEX triplet: E3, 5C and A4. RGB value is (227,92,164). Sum of RGB (Red+Green+Blue) = 227+92+164=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35CA4 is #1CA35B. Grayscale: #8C8C8C. Windows color (decimal): -1876828 or 10771683. OLE color: 10771683.

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

Color convert

RGB22792164-
CMYK00.590.280.11
HSL328º70.68%62.55%-
HSV(B)328º59.47%89.02%-
XYZ42.2126.6738.04-
YUV140.57141.23189.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.00%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=47.00%
G=19.05%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279216400.590.280.1132870.6862.55
HexE35CA403B1CB148473f
Octal343134244073341351010777
Binary1110001110111001010010001110111110010111010010001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35CA4; }

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

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

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

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

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

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

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

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