Html Css Color HEX #EF02AC Hollywood Cerise

📋 copy color: '#EF02AC'

red 239 ◦ green 2 ◦ blue 172

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

Shades of Hollywood Cerise #EF02AC

Tints of Hollywood Cerise #EF02AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 57.87%
G = 0.48%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF02AC (or 0xEF02AC) is known color: Hollywood Cerise. HEX triplet: EF, 02 and AC. RGB value is (239,2,172). Sum of RGB (Red+Green+Blue) = 239+2+172=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF02AC is #10FD53. Grayscale: #5B5B5B. Windows color (decimal): -1113428 or 11272943. OLE color: 11272943.

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

Color convert

RGB 239 2 172 -
CMYK 0 0.99 0.28 0.06
HSL 316.96º 0.98% 0.47% -
HSV(B) 316.96º 0.99% 0.94% -
XYZ 43.06 21.37 40.89 -
YUV 92.24 173.02 232.68 -
System Red Green Blue C M Y K H S L
Decimal 239 2 172 0 0.99 0.28 0.06 316.96 0.98 0.47
Hex EF 2 AC 0 63 1C 6 13D 62 2F
Octal 357 2 254 0 143 34 6 475 142 57
Binary 11101111 10 10101100 0 1100011 11100 110 100111101 1100010 101111

Color Harmonies of #EF02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02AC

Black with #EF02AC

Text Example


Text Example

White with #EF02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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