Html Css Color HEX #EE008C Hollywood Cerise

📋 copy color: '#EE008C'

red 238 ◦ green 0 ◦ blue 140

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

Shades of Hollywood Cerise #EE008C

Tints of Hollywood Cerise #EE008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 62.96%
G = 0%
B = 37.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE008C (or 0xEE008C) is known color: Hollywood Cerise. HEX triplet: EE, 00 and 8C. RGB value is (238,0,140). Sum of RGB (Red+Green+Blue) = 238+0+140=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE008C is #11FF73. Grayscale: #565656. Windows color (decimal): -1179508 or 9175278. OLE color: 9175278.

HSL color Cylindrical-coordinate representation of color #EE008C: hue angle of 324.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE008C is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 140 -
CMYK 0 1 0.41 0.07
HSL 324.71º 1% 0.47% -
HSV(B) 324.71º 1% 0.93% -
XYZ 39.99 20.07 26.58 -
YUV 87.12 157.85 235.62 -
System Red Green Blue C M Y K H S L
Decimal 238 0 140 0 1 0.41 0.07 324.71 1 0.47
Hex EE 0 8C 0 64 29 7 145 64 2F
Octal 356 0 214 0 144 51 7 505 144 57
Binary 11101110 0 10001100 0 1100100 101001 111 101000101 1100100 101111

Color Harmonies of #EE008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE008C

Black with #EE008C

Text Example


Text Example

White with #EE008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE008C; }

 p { color: rgb(238,0,140); }

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

background-color css

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

 a { background-color: rgb(238,0,140); }

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

border-color css

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

 span { border-color: rgb(238,0,140); }

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