Html Css Color HEX #EF01AA Hollywood Cerise

📋 copy color: '#EF01AA'

red 239 ◦ green 1 ◦ blue 170

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

Shades of Hollywood Cerise #EF01AA

Tints of Hollywood Cerise #EF01AA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 58.29%
G = 0.24%
B = 41.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF01AA (or 0xEF01AA) is known color: Hollywood Cerise. HEX triplet: EF, 01 and AA. RGB value is (239,1,170). Sum of RGB (Red+Green+Blue) = 239+1+170=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF01AA is #10FE55. Grayscale: #5A5A5A. Windows color (decimal): -1113686 or 11141615. OLE color: 11141615.

HSL color Cylindrical-coordinate representation of color #EF01AA: hue angle of 317.39º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01AA is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 170 -
CMYK 0 1.00 0.29 0.06
HSL 317.4º 0.99% 0.47% -
HSV(B) 317.4º 1% 0.94% -
XYZ 42.86 21.27 39.88 -
YUV 91.43 172.35 233.26 -
System Red Green Blue C M Y K H S L
Decimal 239 1 170 0 1.00 0.29 0.06 317.4 0.99 0.47
Hex EF 1 AA 0 64 1D 6 13D 63 2F
Octal 357 1 252 0 144 35 6 475 143 57
Binary 11101111 1 10101010 0 1100100 11101 110 100111101 1100011 101111

Color Harmonies of #EF01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01AA

Black with #EF01AA

Text Example


Text Example

White with #EF01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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