Html Css Color HEX #EF10AA Hollywood Cerise

📋 copy color: '#EF10AA'

red 239 ◦ green 16 ◦ blue 170

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

Shades of Hollywood Cerise #EF10AA

Tints of Hollywood Cerise #EF10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.76%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 56.24%
G = 3.76%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF10AA (or 0xEF10AA) is known color: Hollywood Cerise. HEX triplet: EF, 10 and AA. RGB value is (239,16,170). Sum of RGB (Red+Green+Blue) = 239+16+170=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF10AA is #10EF55. Grayscale: #636363. Windows color (decimal): -1109846 or 11145455. OLE color: 11145455.

HSL color Cylindrical-coordinate representation of color #EF10AA: hue angle of 318.57º 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 #EF10AA is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 16 170 -
CMYK 0 0.93 0.29 0.06
HSL 318.57º 0.87% 0.5% -
HSV(B) 318.57º 0.93% 0.94% -
XYZ 43.04 21.62 39.94 -
YUV 100.23 167.38 226.98 -
System Red Green Blue C M Y K H S L
Decimal 239 16 170 0 0.93 0.29 0.06 318.57 0.87 0.5
Hex EF 10 AA 0 5D 1D 6 13F 57 32
Octal 357 20 252 0 135 35 6 477 127 62
Binary 11101111 10000 10101010 0 1011101 11101 110 100111111 1010111 110010

Color Harmonies of #EF10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10AA

Black with #EF10AA

Text Example


Text Example

White with #EF10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10AA; }

 p { color: rgb(239,16,170); }

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

background-color css

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

 a { background-color: rgb(239,16,170); }

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

border-color css

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

 span { border-color: rgb(239,16,170); }

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