Html Css Color HEX #EF11A2 Hollywood Cerise

📋 copy color: '#EF11A2'

red 239 ◦ green 17 ◦ blue 162

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

Shades of Hollywood Cerise #EF11A2

Tints of Hollywood Cerise #EF11A2

RGB

 RED value IS 239 (93.75% from 255) = 57.18%

 GREEN value IS 17 (7.03% from 255) = 4.07%

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 57.18%
G = 4.07%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF11A2 (or 0xEF11A2) is known color: Hollywood Cerise. HEX triplet: EF, 11 and A2. RGB value is (239,17,162). Sum of RGB (Red+Green+Blue) = 239+17+162=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF11A2 is #10EE5D. Grayscale: #636363. Windows color (decimal): -1109598 or 10621423. OLE color: 10621423.

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

Color convert

RGB 239 17 162 -
CMYK 0 0.93 0.32 0.06
HSL 320.81º 0.87% 0.5% -
HSV(B) 320.81º 0.93% 0.94% -
XYZ 42.32 21.36 36.07 -
YUV 99.91 163.05 227.21 -
System Red Green Blue C M Y K H S L
Decimal 239 17 162 0 0.93 0.32 0.06 320.81 0.87 0.5
Hex EF 11 A2 0 5D 20 6 141 57 32
Octal 357 21 242 0 135 40 6 501 127 62
Binary 11101111 10001 10100010 0 1011101 100000 110 101000001 1010111 110010

Color Harmonies of #EF11A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11A2

Black with #EF11A2

Text Example


Text Example

White with #EF11A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11A2; }

 p { color: rgb(239,17,162); }

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

background-color css

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

 a { background-color: rgb(239,17,162); }

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

border-color css

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

 span { border-color: rgb(239,17,162); }

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