Html Css Color HEX #EF0FA8 Hollywood Cerise

📋 copy color: '#EF0FA8'

red 239 ◦ green 15 ◦ blue 168

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

Shades of Hollywood Cerise #EF0FA8

Tints of Hollywood Cerise #EF0FA8

RGB

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

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

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

R = 56.64%
G = 3.55%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF0FA8 (or 0xEF0FA8) is known color: Hollywood Cerise. HEX triplet: EF, 0F and A8. RGB value is (239,15,168). Sum of RGB (Red+Green+Blue) = 239+15+168=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0FA8 is #10F057. Grayscale: #636363. Windows color (decimal): -1110104 or 11014127. OLE color: 11014127.

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

Color convert

RGB 239 15 168 -
CMYK 0 0.94 0.30 0.06
HSL 319.02º 0.88% 0.5% -
HSV(B) 319.02º 0.94% 0.94% -
XYZ 42.84 21.52 38.94 -
YUV 99.42 166.71 227.56 -
System Red Green Blue C M Y K H S L
Decimal 239 15 168 0 0.94 0.30 0.06 319.02 0.88 0.5
Hex EF F A8 0 5E 1E 6 13F 58 32
Octal 357 17 250 0 136 36 6 477 130 62
Binary 11101111 1111 10101000 0 1011110 11110 110 100111111 1011000 110010

Color Harmonies of #EF0FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FA8

Black with #EF0FA8

Text Example


Text Example

White with #EF0FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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