Html Css Color HEX #EF02DC Hot Magenta

📋 copy color: '#EF02DC'

red 239 ◦ green 2 ◦ blue 220

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

Shades of Hot Magenta #EF02DC

Tints of Hot Magenta #EF02DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 51.84%
G = 0.43%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF02DC (or 0xEF02DC) is known color: Hot Magenta. HEX triplet: EF, 02 and DC. RGB value is (239,2,220). Sum of RGB (Red+Green+Blue) = 239+2+220=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 2 (1.17% from 255 or 0.43% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02DC is #10FD23. Grayscale: #616161. Windows color (decimal): -1113380 or 14418671. OLE color: 14418671.

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

Color convert

RGB 239 2 220 -
CMYK 0 0.99 0.08 0.06
HSL 304.81º 0.98% 0.47% -
HSV(B) 304.81º 0.99% 0.94% -
XYZ 48.54 23.56 69.7 -
YUV 97.72 197.02 228.77 -
System Red Green Blue C M Y K H S L
Decimal 239 2 220 0 0.99 0.08 0.06 304.81 0.98 0.47
Hex EF 2 DC 0 63 8 6 131 62 2F
Octal 357 2 334 0 143 10 6 461 142 57
Binary 11101111 10 11011100 0 1100011 1000 110 100110001 1100010 101111

Color Harmonies of #EF02DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02DC

Black with #EF02DC

Text Example


Text Example

White with #EF02DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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