Html Css Color HEX #EE149F Hollywood Cerise

📋 copy color: '#EE149F'

red 238 ◦ green 20 ◦ blue 159

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

Shades of Hollywood Cerise #EE149F

Tints of Hollywood Cerise #EE149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.8%

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 57.07%
G = 4.8%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE149F (or 0xEE149F) is known color: Hollywood Cerise. HEX triplet: EE, 14 and 9F. RGB value is (238,20,159). Sum of RGB (Red+Green+Blue) = 238+20+159=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE149F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE149F is #11EB60. Grayscale: #646464. Windows color (decimal): -1174369 or 10425582. OLE color: 10425582.

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

Color convert

RGB 238 20 159 -
CMYK 0 0.92 0.33 0.07
HSL 321.74º 0.87% 0.51% -
HSV(B) 321.74º 0.92% 0.93% -
XYZ 41.77 21.18 34.69 -
YUV 101.03 160.72 225.7 -
System Red Green Blue C M Y K H S L
Decimal 238 20 159 0 0.92 0.33 0.07 321.74 0.87 0.51
Hex EE 14 9F 0 5C 21 7 142 57 33
Octal 356 24 237 0 134 41 7 502 127 63
Binary 11101110 10100 10011111 0 1011100 100001 111 101000010 1010111 110011

Color Harmonies of #EE149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE149F

Black with #EE149F

Text Example


Text Example

White with #EE149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE149F; }

 p { color: rgb(238,20,159); }

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

background-color css

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

 a { background-color: rgb(238,20,159); }

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

border-color css

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

 span { border-color: rgb(238,20,159); }

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