Html Css Color HEX #EF0FAC Hollywood Cerise

📋 copy color: '#EF0FAC'

red 239 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #EF0FAC

Tints of Hollywood Cerise #EF0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.52%

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 56.1%
G = 3.52%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF0FAC (or 0xEF0FAC) is known color: Hollywood Cerise. HEX triplet: EF, 0F and AC. RGB value is (239,15,172). Sum of RGB (Red+Green+Blue) = 239+15+172=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0FAC is #10F053. Grayscale: #636363. Windows color (decimal): -1110100 or 11276271. OLE color: 11276271.

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

Color convert

RGB 239 15 172 -
CMYK 0 0.94 0.28 0.06
HSL 317.95º 0.88% 0.5% -
HSV(B) 317.95º 0.94% 0.94% -
XYZ 43.21 21.67 40.94 -
YUV 99.87 168.71 227.23 -
System Red Green Blue C M Y K H S L
Decimal 239 15 172 0 0.94 0.28 0.06 317.95 0.88 0.5
Hex EF F AC 0 5E 1C 6 13E 58 32
Octal 357 17 254 0 136 34 6 476 130 62
Binary 11101111 1111 10101100 0 1011110 11100 110 100111110 1011000 110010

Color Harmonies of #EF0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FAC

Black with #EF0FAC

Text Example


Text Example

White with #EF0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FAC; }

 p { color: rgb(239,15,172); }

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

background-color css

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

 a { background-color: rgb(239,15,172); }

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

border-color css

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

 span { border-color: rgb(239,15,172); }

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