Html Css Color HEX #EF02D2 Hot Magenta

📋 copy color: '#EF02D2'

red 239 ◦ green 2 ◦ blue 210

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

Shades of Hot Magenta #EF02D2

Tints of Hot Magenta #EF02D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.56%

R = 52.99%
G = 0.44%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF02D2 (or 0xEF02D2) is known color: Hot Magenta. HEX triplet: EF, 02 and D2. RGB value is (239,2,210). Sum of RGB (Red+Green+Blue) = 239+2+210=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02D2 is #10FD2D. Grayscale: #5F5F5F. Windows color (decimal): -1113390 or 13763311. OLE color: 13763311.

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

Color convert

RGB 239 2 210 -
CMYK 0 0.99 0.12 0.06
HSL 307.34º 0.98% 0.47% -
HSV(B) 307.34º 0.99% 0.94% -
XYZ 47.25 23.05 62.93 -
YUV 96.58 192.02 229.59 -
System Red Green Blue C M Y K H S L
Decimal 239 2 210 0 0.99 0.12 0.06 307.34 0.98 0.47
Hex EF 2 D2 0 63 C 6 133 62 2F
Octal 357 2 322 0 143 14 6 463 142 57
Binary 11101111 10 11010010 0 1100011 1100 110 100110011 1100010 101111

Color Harmonies of #EF02D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02D2

Black with #EF02D2

Text Example


Text Example

White with #EF02D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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