Html Css Color HEX #EF0FAA Hollywood Cerise

📋 copy color: '#EF0FAA'

red 239 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #EF0FAA

Tints of Hollywood Cerise #EF0FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 56.37%
G = 3.54%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF0FAA (or 0xEF0FAA) is known color: Hollywood Cerise. HEX triplet: EF, 0F and AA. RGB value is (239,15,170). Sum of RGB (Red+Green+Blue) = 239+15+170=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0FAA is #10F055. Grayscale: #636363. Windows color (decimal): -1110102 or 11145199. OLE color: 11145199.

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

Color convert

RGB 239 15 170 -
CMYK 0 0.94 0.29 0.06
HSL 318.48º 0.88% 0.5% -
HSV(B) 318.48º 0.94% 0.94% -
XYZ 43.02 21.59 39.93 -
YUV 99.65 167.71 227.4 -
System Red Green Blue C M Y K H S L
Decimal 239 15 170 0 0.94 0.29 0.06 318.48 0.88 0.5
Hex EF F AA 0 5E 1D 6 13E 58 32
Octal 357 17 252 0 136 35 6 476 130 62
Binary 11101111 1111 10101010 0 1011110 11101 110 100111110 1011000 110010

Color Harmonies of #EF0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0FAA

Black with #EF0FAA

Text Example


Text Example

White with #EF0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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