Html Css Color HEX #EE028B Hollywood Cerise

📋 copy color: '#EE028B'

red 238 ◦ green 2 ◦ blue 139

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

Shades of Hollywood Cerise #EE028B

Tints of Hollywood Cerise #EE028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 62.8%
G = 0.53%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE028B (or 0xEE028B) is known color: Hollywood Cerise. HEX triplet: EE, 02 and 8B. RGB value is (238,2,139). Sum of RGB (Red+Green+Blue) = 238+2+139=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE028B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE028B is #11FD74. Grayscale: #575757. Windows color (decimal): -1178997 or 9110254. OLE color: 9110254.

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

Color convert

RGB 238 2 139 -
CMYK 0 0.99 0.42 0.07
HSL 325.17º 0.98% 0.47% -
HSV(B) 325.17º 0.99% 0.93% -
XYZ 39.94 20.08 26.2 -
YUV 88.18 156.69 234.86 -
System Red Green Blue C M Y K H S L
Decimal 238 2 139 0 0.99 0.42 0.07 325.17 0.98 0.47
Hex EE 2 8B 0 63 2A 7 145 62 2F
Octal 356 2 213 0 143 52 7 505 142 57
Binary 11101110 10 10001011 0 1100011 101010 111 101000101 1100010 101111

Color Harmonies of #EE028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE028B

Black with #EE028B

Text Example


Text Example

White with #EE028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE028B; }

 p { color: rgb(238,2,139); }

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

background-color css

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

 a { background-color: rgb(238,2,139); }

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

border-color css

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

 span { border-color: rgb(238,2,139); }

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