Html Css Color HEX #EF08A0 Hollywood Cerise

📋 copy color: '#EF08A0'

red 239 ◦ green 8 ◦ blue 160

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

Shades of Hollywood Cerise #EF08A0

Tints of Hollywood Cerise #EF08A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.97%

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

R = 58.72%
G = 1.97%
B = 39.31%

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

#EF08A0 (or 0xEF08A0) is known color: Hollywood Cerise. HEX triplet: EF, 08 and A0. RGB value is (239,8,160). Sum of RGB (Red+Green+Blue) = 239+8+160=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF08A0 is #10F75F. Grayscale: #5E5E5E. Windows color (decimal): -1111904 or 10488047. OLE color: 10488047.

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

Color convert

RGB 239 8 160 -
CMYK 0 0.97 0.33 0.06
HSL 320.52º 0.94% 0.48% -
HSV(B) 320.52º 0.97% 0.94% -
XYZ 42.03 21.06 35.11 -
YUV 94.4 165.03 231.14 -
System Red Green Blue C M Y K H S L
Decimal 239 8 160 0 0.97 0.33 0.06 320.52 0.94 0.48
Hex EF 8 A0 0 61 21 6 141 5E 30
Octal 357 10 240 0 141 41 6 501 136 60
Binary 11101111 1000 10100000 0 1100001 100001 110 101000001 1011110 110000

Color Harmonies of #EF08A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08A0

Black with #EF08A0

Text Example


Text Example

White with #EF08A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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