Html Css Color HEX #E9059D Hollywood Cerise

📋 copy color: '#E9059D'

red 233 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #E9059D

Tints of Hollywood Cerise #E9059D

RGB

 RED value IS 233 (91.41% from 255) = 58.99%

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 58.99%
G = 1.27%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9059D (or 0xE9059D) is known color: Hollywood Cerise. HEX triplet: E9, 05 and 9D. RGB value is (233,5,157). Sum of RGB (Red+Green+Blue) = 233+5+157=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E9059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9059D is #16FA62. Grayscale: #5A5A5A. Windows color (decimal): -1505891 or 10290665. OLE color: 10290665.

HSL color Cylindrical-coordinate representation of color #E9059D: hue angle of 320º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9059D is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 5 157 -
CMYK 0 0.98 0.33 0.09
HSL 320º 0.96% 0.47% -
HSV(B) 320º 0.98% 0.91% -
XYZ 39.74 19.87 33.64 -
YUV 90.5 165.54 229.64 -
System Red Green Blue C M Y K H S L
Decimal 233 5 157 0 0.98 0.33 0.09 320 0.96 0.47
Hex E9 5 9D 0 62 21 9 140 60 2F
Octal 351 5 235 0 142 41 11 500 140 57
Binary 11101001 101 10011101 0 1100010 100001 1001 101000000 1100000 101111

Color Harmonies of #E9059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9059D

Black with #E9059D

Text Example


Text Example

White with #E9059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9059D; }

 p { color: rgb(233,5,157); }

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

background-color css

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

 a { background-color: rgb(233,5,157); }

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

border-color css

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

 span { border-color: rgb(233,5,157); }

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