Html Css Color HEX #EE06AB Hollywood Cerise

📋 copy color: '#EE06AB'

red 238 ◦ green 6 ◦ blue 171

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

Shades of Hollywood Cerise #EE06AB

Tints of Hollywood Cerise #EE06AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 57.35%
G = 1.45%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE06AB (or 0xEE06AB) is known color: Hollywood Cerise. HEX triplet: EE, 06 and AB. RGB value is (238,6,171). Sum of RGB (Red+Green+Blue) = 238+6+171=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE06AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE06AB is #11F954. Grayscale: #5D5D5D. Windows color (decimal): -1177941 or 11208430. OLE color: 11208430.

HSL color Cylindrical-coordinate representation of color #EE06AB: hue angle of 317.33º 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 #EE06AB is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 6 171 -
CMYK 0 0.97 0.28 0.07
HSL 317.33º 0.95% 0.48% -
HSV(B) 317.33º 0.97% 0.93% -
XYZ 42.68 21.25 40.38 -
YUV 94.18 171.36 230.58 -
System Red Green Blue C M Y K H S L
Decimal 238 6 171 0 0.97 0.28 0.07 317.33 0.95 0.48
Hex EE 6 AB 0 61 1C 7 13D 5F 30
Octal 356 6 253 0 141 34 7 475 137 60
Binary 11101110 110 10101011 0 1100001 11100 111 100111101 1011111 110000

Color Harmonies of #EE06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE06AB

Black with #EE06AB

Text Example


Text Example

White with #EE06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE06AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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