Html Css Color HEX #EF00AA Hollywood Cerise

📋 copy color: '#EF00AA'

red 239 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #EF00AA

Tints of Hollywood Cerise #EF00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.44%
G = 0%
B = 41.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF00AA (or 0xEF00AA) is known color: Hollywood Cerise. HEX triplet: EF, 00 and AA. RGB value is (239,0,170). Sum of RGB (Red+Green+Blue) = 239+0+170=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF00AA is #10FF55. Grayscale: #5A5A5A. Windows color (decimal): -1113942 or 11141359. OLE color: 11141359.

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

Color convert

RGB 239 0 170 -
CMYK 0 1 0.29 0.06
HSL 317.32º 1% 0.47% -
HSV(B) 317.32º 1% 0.94% -
XYZ 42.85 21.25 39.87 -
YUV 90.84 172.68 233.68 -
System Red Green Blue C M Y K H S L
Decimal 239 0 170 0 1 0.29 0.06 317.32 1 0.47
Hex EF 0 AA 0 64 1D 6 13D 64 2F
Octal 357 0 252 0 144 35 6 475 144 57
Binary 11101111 0 10101010 0 1100100 11101 110 100111101 1100100 101111

Color Harmonies of #EF00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00AA

Black with #EF00AA

Text Example


Text Example

White with #EF00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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