Html Css Color HEX #EF05AA Hollywood Cerise

📋 copy color: '#EF05AA'

red 239 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #EF05AA

Tints of Hollywood Cerise #EF05AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 57.73%
G = 1.21%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF05AA (or 0xEF05AA) is known color: Hollywood Cerise. HEX triplet: EF, 05 and AA. RGB value is (239,5,170). Sum of RGB (Red+Green+Blue) = 239+5+170=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF05AA is #10FA55. Grayscale: #5D5D5D. Windows color (decimal): -1112662 or 11142639. OLE color: 11142639.

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

Color convert

RGB 239 5 170 -
CMYK 0 0.98 0.29 0.06
HSL 317.69º 0.96% 0.48% -
HSV(B) 317.69º 0.98% 0.94% -
XYZ 42.91 21.36 39.89 -
YUV 93.78 171.02 231.58 -
System Red Green Blue C M Y K H S L
Decimal 239 5 170 0 0.98 0.29 0.06 317.69 0.96 0.48
Hex EF 5 AA 0 62 1D 6 13E 60 30
Octal 357 5 252 0 142 35 6 476 140 60
Binary 11101111 101 10101010 0 1100010 11101 110 100111110 1100000 110000

Color Harmonies of #EF05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF05AA

Black with #EF05AA

Text Example


Text Example

White with #EF05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF05AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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