Html Css Color HEX #EE06A2 Hollywood Cerise

📋 copy color: '#EE06A2'

red 238 ◦ green 6 ◦ blue 162

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

Shades of Hollywood Cerise #EE06A2

Tints of Hollywood Cerise #EE06A2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.48%

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 58.62%
G = 1.48%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EE06A2 (or 0xEE06A2) is known color: Hollywood Cerise. HEX triplet: EE, 06 and A2. RGB value is (238,6,162). Sum of RGB (Red+Green+Blue) = 238+6+162=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE06A2 is #11F95D. Grayscale: #5C5C5C. Windows color (decimal): -1177950 or 10618606. OLE color: 10618606.

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

Color convert

RGB 238 6 162 -
CMYK 0 0.97 0.32 0.07
HSL 319.66º 0.95% 0.48% -
HSV(B) 319.66º 0.97% 0.93% -
XYZ 41.85 20.92 36.01 -
YUV 93.15 166.86 231.32 -
System Red Green Blue C M Y K H S L
Decimal 238 6 162 0 0.97 0.32 0.07 319.66 0.95 0.48
Hex EE 6 A2 0 61 20 7 140 5F 30
Octal 356 6 242 0 141 40 7 500 137 60
Binary 11101110 110 10100010 0 1100001 100000 111 101000000 1011111 110000

Color Harmonies of #EE06A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE06A2

Black with #EE06A2

Text Example


Text Example

White with #EE06A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE06A2; }

 p { color: rgb(238,6,162); }

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

background-color css

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

 a { background-color: rgb(238,6,162); }

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

border-color css

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

 span { border-color: rgb(238,6,162); }

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