Html Css Color HEX #EF07A0 Hollywood Cerise

📋 copy color: '#EF07A0'

red 239 ◦ green 7 ◦ blue 160

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

Shades of Hollywood Cerise #EF07A0

Tints of Hollywood Cerise #EF07A0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.72%

 BLUE value IS 160 (62.89% from 255) = 39.41%

R = 58.87%
G = 1.72%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF07A0 (or 0xEF07A0) is known color: Hollywood Cerise. HEX triplet: EF, 07 and A0. RGB value is (239,7,160). Sum of RGB (Red+Green+Blue) = 239+7+160=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF07A0 is #10F85F. Grayscale: #5D5D5D. Windows color (decimal): -1112160 or 10487791. OLE color: 10487791.

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

Color convert

RGB 239 7 160 -
CMYK 0 0.97 0.33 0.06
HSL 320.43º 0.94% 0.48% -
HSV(B) 320.43º 0.97% 0.94% -
XYZ 42.02 21.04 35.1 -
YUV 93.81 165.36 231.56 -
System Red Green Blue C M Y K H S L
Decimal 239 7 160 0 0.97 0.33 0.06 320.43 0.94 0.48
Hex EF 7 A0 0 61 21 6 140 5E 30
Octal 357 7 240 0 141 41 6 500 136 60
Binary 11101111 111 10100000 0 1100001 100001 110 101000000 1011110 110000

Color Harmonies of #EF07A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF07A0

Black with #EF07A0

Text Example


Text Example

White with #EF07A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF07A0; }

 p { color: rgb(239,7,160); }

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

background-color css

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

 a { background-color: rgb(239,7,160); }

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

border-color css

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

 span { border-color: rgb(239,7,160); }

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