Html Css Color HEX #EE019A Hollywood Cerise

📋 copy color: '#EE019A'

red 238 ◦ green 1 ◦ blue 154

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

Shades of Hollywood Cerise #EE019A

Tints of Hollywood Cerise #EE019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 60.56%
G = 0.25%
B = 39.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE019A (or 0xEE019A) is known color: Hollywood Cerise. HEX triplet: EE, 01 and 9A. RGB value is (238,1,154). Sum of RGB (Red+Green+Blue) = 238+1+154=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE019A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE019A is #11FE65. Grayscale: #585858. Windows color (decimal): -1179238 or 10093038. OLE color: 10093038.

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

Color convert

RGB 238 1 154 -
CMYK 0 1.00 0.35 0.07
HSL 321.27º 0.99% 0.47% -
HSV(B) 321.27º 1% 0.93% -
XYZ 41.1 20.53 32.37 -
YUV 89.31 164.52 234.06 -
System Red Green Blue C M Y K H S L
Decimal 238 1 154 0 1.00 0.35 0.07 321.27 0.99 0.47
Hex EE 1 9A 0 64 23 7 141 63 2F
Octal 356 1 232 0 144 43 7 501 143 57
Binary 11101110 1 10011010 0 1100100 100011 111 101000001 1100011 101111

Color Harmonies of #EE019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE019A

Black with #EE019A

Text Example


Text Example

White with #EE019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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