Html Css Color HEX #EE059A Hollywood Cerise

📋 copy color: '#EE059A'

red 238 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #EE059A

Tints of Hollywood Cerise #EE059A

RGB

 RED value IS 238 (93.36% from 255) = 59.95%

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 59.95%
G = 1.26%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE059A (or 0xEE059A) is known color: Hollywood Cerise. HEX triplet: EE, 05 and 9A. RGB value is (238,5,154). Sum of RGB (Red+Green+Blue) = 238+5+154=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE059A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE059A is #11FA65. Grayscale: #5B5B5B. Windows color (decimal): -1178214 or 10094062. OLE color: 10094062.

HSL color Cylindrical-coordinate representation of color #EE059A: hue angle of 321.63º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE059A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 5 154 -
CMYK 0 0.98 0.35 0.07
HSL 321.63º 0.96% 0.48% -
HSV(B) 321.63º 0.98% 0.93% -
XYZ 41.15 20.62 32.38 -
YUV 91.65 163.19 232.38 -
System Red Green Blue C M Y K H S L
Decimal 238 5 154 0 0.98 0.35 0.07 321.63 0.96 0.48
Hex EE 5 9A 0 62 23 7 142 60 30
Octal 356 5 232 0 142 43 7 502 140 60
Binary 11101110 101 10011010 0 1100010 100011 111 101000010 1100000 110000

Color Harmonies of #EE059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE059A

Black with #EE059A

Text Example


Text Example

White with #EE059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE059A; }

 p { color: rgb(238,5,154); }

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

background-color css

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

 a { background-color: rgb(238,5,154); }

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

border-color css

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

 span { border-color: rgb(238,5,154); }

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