Html Css Color HEX #EE0F9A Hollywood Cerise

📋 copy color: '#EE0F9A'

red 238 ◦ green 15 ◦ blue 154

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

Shades of Hollywood Cerise #EE0F9A

Tints of Hollywood Cerise #EE0F9A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.69%

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

R = 58.48%
G = 3.69%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EE0F9A (or 0xEE0F9A) is known color: Hollywood Cerise. HEX triplet: EE, 0F and 9A. RGB value is (238,15,154). Sum of RGB (Red+Green+Blue) = 238+15+154=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F9A is #11F065. Grayscale: #616161. Windows color (decimal): -1175654 or 10096622. OLE color: 10096622.

HSL color Cylindrical-coordinate representation of color #EE0F9A: hue angle of 322.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F9A is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 15 154 -
CMYK 0 0.94 0.35 0.07
HSL 322.6º 0.88% 0.5% -
HSV(B) 322.6º 0.94% 0.93% -
XYZ 41.26 20.85 32.42 -
YUV 97.52 159.88 228.2 -
System Red Green Blue C M Y K H S L
Decimal 238 15 154 0 0.94 0.35 0.07 322.6 0.88 0.5
Hex EE F 9A 0 5E 23 7 143 58 32
Octal 356 17 232 0 136 43 7 503 130 62
Binary 11101110 1111 10011010 0 1011110 100011 111 101000011 1011000 110010

Color Harmonies of #EE0F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F9A

Black with #EE0F9A

Text Example


Text Example

White with #EE0F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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