Html Css Color HEX #EF02DF Hot Magenta

📋 copy color: '#EF02DF'

red 239 ◦ green 2 ◦ blue 223

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

Shades of Hot Magenta #EF02DF

Tints of Hot Magenta #EF02DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 51.51%
G = 0.43%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF02DF (or 0xEF02DF) is known color: Hot Magenta. HEX triplet: EF, 02 and DF. RGB value is (239,2,223). Sum of RGB (Red+Green+Blue) = 239+2+223=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02DF is #10FD20. Grayscale: #616161. Windows color (decimal): -1113377 or 14615279. OLE color: 14615279.

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

Color convert

RGB 239 2 223 -
CMYK 0 0.99 0.07 0.06
HSL 304.05º 0.98% 0.47% -
HSV(B) 304.05º 0.99% 0.94% -
XYZ 48.94 23.72 71.81 -
YUV 98.06 198.52 228.53 -
System Red Green Blue C M Y K H S L
Decimal 239 2 223 0 0.99 0.07 0.06 304.05 0.98 0.47
Hex EF 2 DF 0 63 7 6 130 62 2F
Octal 357 2 337 0 143 7 6 460 142 57
Binary 11101111 10 11011111 0 1100011 111 110 100110000 1100010 101111

Color Harmonies of #EF02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02DF

Black with #EF02DF

Text Example


Text Example

White with #EF02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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