Html Css Color HEX #EF02A0 Hollywood Cerise

📋 copy color: '#EF02A0'

red 239 ◦ green 2 ◦ blue 160

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

Shades of Hollywood Cerise #EF02A0

Tints of Hollywood Cerise #EF02A0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 59.6%
G = 0.5%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF02A0 (or 0xEF02A0) is known color: Hollywood Cerise. HEX triplet: EF, 02 and A0. RGB value is (239,2,160). Sum of RGB (Red+Green+Blue) = 239+2+160=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF02A0 is #10FD5F. Grayscale: #5A5A5A. Windows color (decimal): -1113440 or 10486511. OLE color: 10486511.

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

Color convert

RGB 239 2 160 -
CMYK 0 0.99 0.33 0.06
HSL 320º 0.98% 0.47% -
HSV(B) 320º 0.99% 0.94% -
XYZ 41.96 20.93 35.09 -
YUV 90.88 167.02 233.65 -
System Red Green Blue C M Y K H S L
Decimal 239 2 160 0 0.99 0.33 0.06 320 0.98 0.47
Hex EF 2 A0 0 63 21 6 140 62 2F
Octal 357 2 240 0 143 41 6 500 142 57
Binary 11101111 10 10100000 0 1100011 100001 110 101000000 1100010 101111

Color Harmonies of #EF02A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02A0

Black with #EF02A0

Text Example


Text Example

White with #EF02A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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