Html Css Color HEX #EE048C Hollywood Cerise

📋 copy color: '#EE048C'

red 238 ◦ green 4 ◦ blue 140

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

Shades of Hollywood Cerise #EE048C

Tints of Hollywood Cerise #EE048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 62.3%
G = 1.05%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE048C (or 0xEE048C) is known color: Hollywood Cerise. HEX triplet: EE, 04 and 8C. RGB value is (238,4,140). Sum of RGB (Red+Green+Blue) = 238+4+140=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE048C is #11FB73. Grayscale: #595959. Windows color (decimal): -1178484 or 9176302. OLE color: 9176302.

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

Color convert

RGB 238 4 140 -
CMYK 0 0.98 0.41 0.07
HSL 325.13º 0.97% 0.47% -
HSV(B) 325.13º 0.98% 0.93% -
XYZ 40.04 20.16 26.59 -
YUV 89.47 156.52 233.94 -
System Red Green Blue C M Y K H S L
Decimal 238 4 140 0 0.98 0.41 0.07 325.13 0.97 0.47
Hex EE 4 8C 0 62 29 7 145 61 2F
Octal 356 4 214 0 142 51 7 505 141 57
Binary 11101110 100 10001100 0 1100010 101001 111 101000101 1100001 101111

Color Harmonies of #EE048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE048C

Black with #EE048C

Text Example


Text Example

White with #EE048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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