Html Css Color HEX #E5009D Hollywood Cerise

📋 copy color: '#E5009D'

red 229 ◦ green 0 ◦ blue 157

#E5009D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #E5009D

Tints of Hollywood Cerise #E5009D

RGB

 RED value IS 229 (89.84% from 255) = 59.33%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 59.33%
G = 0%
B = 40.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E5009D (or 0xE5009D) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 9D. RGB value is (229,0,157). Sum of RGB (Red+Green+Blue) = 229+0+157=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E5009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5009D is #1AFF62. Grayscale: #555555. Windows color (decimal): -1769315 or 10289381. OLE color: 10289381.

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

Color convert

RGB 229 0 157 -
CMYK 0 1 0.31 0.10
HSL 318.86º 1% 0.45% -
HSV(B) 318.86º 1% 0.9% -
XYZ 38.4 19.09 33.56 -
YUV 86.37 167.87 229.73 -
System Red Green Blue C M Y K H S L
Decimal 229 0 157 0 1 0.31 0.10 318.86 1 0.45
Hex E5 0 9D 0 64 1F A 13F 64 2D
Octal 345 0 235 0 144 37 12 477 144 55
Binary 11100101 0 10011101 0 1100100 11111 1010 100111111 1100100 101101

Color Harmonies of #E5009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5009D

Black with #E5009D

Text Example


Text Example

White with #E5009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5009D; }

 p { color: rgb(229,0,157); }

 H1.HeaderClassName
 {
   color: #E5009D;
 }
 .AnyTagClassName
 {
   color: #E5009D;
 }
</style>

background-color css

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

 a { background-color: rgb(229,0,157); }

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

border-color css

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

 span { border-color: rgb(229,0,157); }

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