Html Css Color HEX #EE0A98 Hollywood Cerise

📋 copy color: '#EE0A98'

red 238 ◦ green 10 ◦ blue 152

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

Shades of Hollywood Cerise #EE0A98

Tints of Hollywood Cerise #EE0A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38%

R = 59.5%
G = 2.5%
B = 38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EE0A98 (or 0xEE0A98) is known color: Hollywood Cerise. HEX triplet: EE, 0A and 98. RGB value is (238,10,152). Sum of RGB (Red+Green+Blue) = 238+10+152=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0A98 is #11F567. Grayscale: #5E5E5E. Windows color (decimal): -1176936 or 9964270. OLE color: 9964270.

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

Color convert

RGB 238 10 152 -
CMYK 0 0.96 0.36 0.07
HSL 322.63º 0.92% 0.49% -
HSV(B) 322.63º 0.96% 0.93% -
XYZ 41.04 20.66 31.53 -
YUV 94.36 160.54 230.45 -
System Red Green Blue C M Y K H S L
Decimal 238 10 152 0 0.96 0.36 0.07 322.63 0.92 0.49
Hex EE A 98 0 60 24 7 143 5C 31
Octal 356 12 230 0 140 44 7 503 134 61
Binary 11101110 1010 10011000 0 1100000 100100 111 101000011 1011100 110001

Color Harmonies of #EE0A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A98

Black with #EE0A98

Text Example


Text Example

White with #EE0A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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