Html Css Color HEX #EF02A1 Hollywood Cerise

📋 copy color: '#EF02A1'

red 239 ◦ green 2 ◦ blue 161

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

Shades of Hollywood Cerise #EF02A1

Tints of Hollywood Cerise #EF02A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.05%

R = 59.45%
G = 0.5%
B = 40.05%

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

#EF02A1 (or 0xEF02A1) is known color: Hollywood Cerise. HEX triplet: EF, 02 and A1. RGB value is (239,2,161). Sum of RGB (Red+Green+Blue) = 239+2+161=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF02A1 is #10FD5E. Grayscale: #5A5A5A. Windows color (decimal): -1113439 or 10552047. OLE color: 10552047.

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

Color convert

RGB 239 2 161 -
CMYK 0 0.99 0.33 0.06
HSL 319.75º 0.98% 0.47% -
HSV(B) 319.75º 0.99% 0.94% -
XYZ 42.05 20.97 35.55 -
YUV 90.99 167.52 233.57 -
System Red Green Blue C M Y K H S L
Decimal 239 2 161 0 0.99 0.33 0.06 319.75 0.98 0.47
Hex EF 2 A1 0 63 21 6 140 62 2F
Octal 357 2 241 0 143 41 6 500 142 57
Binary 11101111 10 10100001 0 1100011 100001 110 101000000 1100010 101111

Color Harmonies of #EF02A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02A1

Black with #EF02A1

Text Example


Text Example

White with #EF02A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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