Html Css Color HEX #EF04AF Hollywood Cerise

📋 copy color: '#EF04AF'

red 239 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #EF04AF

Tints of Hollywood Cerise #EF04AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 57.18%
G = 0.96%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF04AF (or 0xEF04AF) is known color: Hollywood Cerise. HEX triplet: EF, 04 and AF. RGB value is (239,4,175). Sum of RGB (Red+Green+Blue) = 239+4+175=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF04AF is #10FB50. Grayscale: #5D5D5D. Windows color (decimal): -1112913 or 11470063. OLE color: 11470063.

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

Color convert

RGB 239 4 175 -
CMYK 0 0.98 0.27 0.06
HSL 316.34º 0.97% 0.48% -
HSV(B) 316.34º 0.98% 0.94% -
XYZ 43.38 21.53 42.43 -
YUV 93.76 173.86 231.6 -
System Red Green Blue C M Y K H S L
Decimal 239 4 175 0 0.98 0.27 0.06 316.34 0.97 0.48
Hex EF 4 AF 0 62 1B 6 13C 61 30
Octal 357 4 257 0 142 33 6 474 141 60
Binary 11101111 100 10101111 0 1100010 11011 110 100111100 1100001 110000

Color Harmonies of #EF04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF04AF

Black with #EF04AF

Text Example


Text Example

White with #EF04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF04AF; }

 p { color: rgb(239,4,175); }

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

background-color css

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

 a { background-color: rgb(239,4,175); }

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

border-color css

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

 span { border-color: rgb(239,4,175); }

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