Html Css Color HEX #EF0FA6 Hollywood Cerise

📋 copy color: '#EF0FA6'

red 239 ◦ green 15 ◦ blue 166

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

Shades of Hollywood Cerise #EF0FA6

Tints of Hollywood Cerise #EF0FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.52%

R = 56.9%
G = 3.57%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF0FA6 (or 0xEF0FA6) is known color: Hollywood Cerise. HEX triplet: EF, 0F and A6. RGB value is (239,15,166). Sum of RGB (Red+Green+Blue) = 239+15+166=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0FA6 is #10F059. Grayscale: #626262. Windows color (decimal): -1110106 or 10883055. OLE color: 10883055.

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

Color convert

RGB 239 15 166 -
CMYK 0 0.94 0.31 0.06
HSL 319.55º 0.88% 0.5% -
HSV(B) 319.55º 0.94% 0.94% -
XYZ 42.65 21.45 37.97 -
YUV 99.19 165.71 227.72 -
System Red Green Blue C M Y K H S L
Decimal 239 15 166 0 0.94 0.31 0.06 319.55 0.88 0.5
Hex EF F A6 0 5E 1F 6 140 58 32
Octal 357 17 246 0 136 37 6 500 130 62
Binary 11101111 1111 10100110 0 1011110 11111 110 101000000 1011000 110010

Color Harmonies of #EF0FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FA6

Black with #EF0FA6

Text Example


Text Example

White with #EF0FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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