Html Css Color HEX #EF10D6 Hot Magenta

📋 copy color: '#EF10D6'

red 239 ◦ green 16 ◦ blue 214

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

Shades of Hot Magenta #EF10D6

Tints of Hot Magenta #EF10D6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.41%

 BLUE value IS 214 (83.98% from 255) = 45.63%

R = 50.96%
G = 3.41%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF10D6 (or 0xEF10D6) is known color: Hot Magenta. HEX triplet: EF, 10 and D6. RGB value is (239,16,214). Sum of RGB (Red+Green+Blue) = 239+16+214=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF10D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF10D6 is #10EF29. Grayscale: #686868. Windows color (decimal): -1109802 or 14029039. OLE color: 14029039.

HSL color Cylindrical-coordinate representation of color #EF10D6: hue angle of 306.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF10D6 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 16 214 -
CMYK 0 0.93 0.10 0.06
HSL 306.73º 0.87% 0.5% -
HSV(B) 306.73º 0.93% 0.94% -
XYZ 47.92 23.58 65.64 -
YUV 105.25 189.38 223.4 -
System Red Green Blue C M Y K H S L
Decimal 239 16 214 0 0.93 0.10 0.06 306.73 0.87 0.5
Hex EF 10 D6 0 5D A 6 133 57 32
Octal 357 20 326 0 135 12 6 463 127 62
Binary 11101111 10000 11010110 0 1011101 1010 110 100110011 1010111 110010

Color Harmonies of #EF10D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF10D6

Black with #EF10D6

Text Example


Text Example

White with #EF10D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF10D6; }

 p { color: rgb(239,16,214); }

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

background-color css

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

 a { background-color: rgb(239,16,214); }

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

border-color css

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

 span { border-color: rgb(239,16,214); }

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