Html Css Color HEX #EF05A8 Hollywood Cerise

📋 copy color: '#EF05A8'

red 239 ◦ green 5 ◦ blue 168

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

Shades of Hollywood Cerise #EF05A8

Tints of Hollywood Cerise #EF05A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 58.01%
G = 1.21%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF05A8 (or 0xEF05A8) is known color: Hollywood Cerise. HEX triplet: EF, 05 and A8. RGB value is (239,5,168). Sum of RGB (Red+Green+Blue) = 239+5+168=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF05A8 is #10FA57. Grayscale: #5D5D5D. Windows color (decimal): -1112664 or 11011567. OLE color: 11011567.

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

Color convert

RGB 239 5 168 -
CMYK 0 0.98 0.30 0.06
HSL 318.21º 0.96% 0.48% -
HSV(B) 318.21º 0.98% 0.94% -
XYZ 42.72 21.29 38.9 -
YUV 93.55 170.02 231.75 -
System Red Green Blue C M Y K H S L
Decimal 239 5 168 0 0.98 0.30 0.06 318.21 0.96 0.48
Hex EF 5 A8 0 62 1E 6 13E 60 30
Octal 357 5 250 0 142 36 6 476 140 60
Binary 11101111 101 10101000 0 1100010 11110 110 100111110 1100000 110000

Color Harmonies of #EF05A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF05A8

Black with #EF05A8

Text Example


Text Example

White with #EF05A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF05A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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