Html Css Color HEX #EE018A Hollywood Cerise

📋 copy color: '#EE018A'

red 238 ◦ green 1 ◦ blue 138

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

Shades of Hollywood Cerise #EE018A

Tints of Hollywood Cerise #EE018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 63.13%
G = 0.27%
B = 36.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE018A (or 0xEE018A) is known color: Hollywood Cerise. HEX triplet: EE, 01 and 8A. RGB value is (238,1,138). Sum of RGB (Red+Green+Blue) = 238+1+138=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE018A is #11FE75. Grayscale: #575757. Windows color (decimal): -1179254 or 9044462. OLE color: 9044462.

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

Color convert

RGB 238 1 138 -
CMYK 0 1.00 0.42 0.07
HSL 325.32º 0.99% 0.47% -
HSV(B) 325.32º 1% 0.93% -
XYZ 39.86 20.03 25.81 -
YUV 87.48 156.52 235.36 -
System Red Green Blue C M Y K H S L
Decimal 238 1 138 0 1.00 0.42 0.07 325.32 0.99 0.47
Hex EE 1 8A 0 64 2A 7 145 63 2F
Octal 356 1 212 0 144 52 7 505 143 57
Binary 11101110 1 10001010 0 1100100 101010 111 101000101 1100011 101111

Color Harmonies of #EE018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE018A

Black with #EE018A

Text Example


Text Example

White with #EE018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE018A; }

 p { color: rgb(238,1,138); }

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

background-color css

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

 a { background-color: rgb(238,1,138); }

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

border-color css

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

 span { border-color: rgb(238,1,138); }

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