Html Css Color HEX #EE048E Hollywood Cerise

📋 copy color: '#EE048E'

red 238 ◦ green 4 ◦ blue 142

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

Shades of Hollywood Cerise #EE048E

Tints of Hollywood Cerise #EE048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 61.98%
G = 1.04%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE048E (or 0xEE048E) is known color: Hollywood Cerise. HEX triplet: EE, 04 and 8E. RGB value is (238,4,142). Sum of RGB (Red+Green+Blue) = 238+4+142=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE048E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE048E is #11FB71. Grayscale: #595959. Windows color (decimal): -1178482 or 9307374. OLE color: 9307374.

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

Color convert

RGB 238 4 142 -
CMYK 0 0.98 0.40 0.07
HSL 324.62º 0.97% 0.47% -
HSV(B) 324.62º 0.98% 0.93% -
XYZ 40.19 20.22 27.38 -
YUV 89.7 157.52 233.78 -
System Red Green Blue C M Y K H S L
Decimal 238 4 142 0 0.98 0.40 0.07 324.62 0.97 0.47
Hex EE 4 8E 0 62 28 7 145 61 2F
Octal 356 4 216 0 142 50 7 505 141 57
Binary 11101110 100 10001110 0 1100010 101000 111 101000101 1100001 101111

Color Harmonies of #EE048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE048E

Black with #EE048E

Text Example


Text Example

White with #EE048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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