Html Css Color HEX #EE049B Hollywood Cerise

📋 copy color: '#EE049B'

red 238 ◦ green 4 ◦ blue 155

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

Shades of Hollywood Cerise #EE049B

Tints of Hollywood Cerise #EE049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 59.95%
G = 1.01%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE049B (or 0xEE049B) is known color: Hollywood Cerise. HEX triplet: EE, 04 and 9B. RGB value is (238,4,155). Sum of RGB (Red+Green+Blue) = 238+4+155=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE049B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE049B is #11FB64. Grayscale: #5A5A5A. Windows color (decimal): -1178469 or 10159342. OLE color: 10159342.

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

Color convert

RGB 238 4 155 -
CMYK 0 0.98 0.35 0.07
HSL 321.28º 0.97% 0.47% -
HSV(B) 321.28º 0.98% 0.93% -
XYZ 41.22 20.63 32.82 -
YUV 91.18 164.02 232.72 -
System Red Green Blue C M Y K H S L
Decimal 238 4 155 0 0.98 0.35 0.07 321.28 0.97 0.47
Hex EE 4 9B 0 62 23 7 141 61 2F
Octal 356 4 233 0 142 43 7 501 141 57
Binary 11101110 100 10011011 0 1100010 100011 111 101000001 1100001 101111

Color Harmonies of #EE049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE049B

Black with #EE049B

Text Example


Text Example

White with #EE049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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