#E35EA4

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

Shades of Brilliant Rose #E35EA4

Tints of Brilliant Rose #E35EA4

Color information

#E35EA4 (or 0xE35EA4) is unknown color: approx Brilliant Rose. HEX triplet: E3, 5E and A4. RGB value is (227,94,164). Sum of RGB (Red+Green+Blue) = 227+94+164=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 227 - color contains mainly: red. Hex color #E35EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35EA4 is #1CA15B. Grayscale: #8D8D8D. Windows color (decimal): -1876316 or 10772195. OLE color: 10772195.

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

Color convert

RGB22794164-
CMYK00.590.280.11
HSL328.42º70.37%62.94%-
HSV(B)328.42º58.59%89.02%-
XYZ42.3827.0238.1-
YUV141.75140.56188.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.80%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=46.80%
G=19.38%
B=33.81%

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
Decimal2279416400.590.280.11328.4270.3762.94
HexE35EA403B1CB148463f
Octal343136244073341351010677
Binary1110001110111101010010001110111110010111010010001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35EA4; }

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

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

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

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

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

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

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

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