#E5038E

Color #E5038E Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E5038E

Tints of Hollywood Cerise #E5038E

Color information

#E5038E (or 0xE5038E) is unknown color: approx Hollywood Cerise. HEX triplet: E5, 03 and 8E. RGB value is (229,3,142). Sum of RGB (Red+Green+Blue) = 229+3+142=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5038E is #1AFC71. Grayscale: #565656. Windows color (decimal): -1768562 or 9307109. OLE color: 9307109.

HSL color Cylindrical-coordinate representation of color #E5038E: hue angle of 323.1º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5038E is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB2293142-
CMYK00.990.380.10
HSL323.1º97.41%45.49%-
HSV(B)323.1º98.69%89.8%-
XYZ37.2318.6827.23-
YUV86.42159.37229.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.23%
GREEN value IS 3 (1.56% from 255) = 0.80%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=61.23%
G=0.80%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229314200.990.380.10323.197.4145.49
HexE538E06326A143612d
Octal34532160143461250314155
Binary1110010111100011100110001110011010101010000111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5038E; }

 p { color: rgb(229,3,142); }

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

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

 a { background-color: rgb(229,3,142); }

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

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

 span { border-color: rgb(229,3,142); }

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