Html Css Color HEX #EE0AB1 Hollywood Cerise

📋 copy color: '#EE0AB1'

red 238 ◦ green 10 ◦ blue 177

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

Shades of Hollywood Cerise #EE0AB1

Tints of Hollywood Cerise #EE0AB1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.35%

 BLUE value IS 177 (69.53% from 255) = 41.65%

R = 56%
G = 2.35%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE0AB1 (or 0xEE0AB1) is known color: Hollywood Cerise. HEX triplet: EE, 0A and B1. RGB value is (238,10,177). Sum of RGB (Red+Green+Blue) = 238+10+177=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0AB1 is #11F54E. Grayscale: #606060. Windows color (decimal): -1176911 or 11602670. OLE color: 11602670.

HSL color Cylindrical-coordinate representation of color #EE0AB1: hue angle of 316.05º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AB1 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 10 177 -
CMYK 0 0.96 0.26 0.07
HSL 316.05º 0.92% 0.49% -
HSV(B) 316.05º 0.96% 0.93% -
XYZ 43.3 21.57 43.48 -
YUV 97.21 173.04 228.42 -
System Red Green Blue C M Y K H S L
Decimal 238 10 177 0 0.96 0.26 0.07 316.05 0.92 0.49
Hex EE A B1 0 60 1A 7 13C 5C 31
Octal 356 12 261 0 140 32 7 474 134 61
Binary 11101110 1010 10110001 0 1100000 11010 111 100111100 1011100 110001

Color Harmonies of #EE0AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0AB1

Black with #EE0AB1

Text Example


Text Example

White with #EE0AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0AB1; }

 p { color: rgb(238,10,177); }

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

background-color css

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

 a { background-color: rgb(238,10,177); }

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

border-color css

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

 span { border-color: rgb(238,10,177); }

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