Html Css Color HEX #ED16DF Hot Magenta

📋 copy color: '#ED16DF'

red 237 ◦ green 22 ◦ blue 223

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

Shades of Hot Magenta #ED16DF

Tints of Hot Magenta #ED16DF

RGB

 RED value IS 237 (92.97% from 255) = 49.17%

 GREEN value IS 22 (8.98% from 255) = 4.56%

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

R = 49.17%
G = 4.56%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED16DF (or 0xED16DF) is known color: Hot Magenta. HEX triplet: ED, 16 and DF. RGB value is (237,22,223). Sum of RGB (Red+Green+Blue) = 237+22+223=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED16DF is #12E920. Grayscale: #6C6C6C. Windows color (decimal): -1239329 or 14620397. OLE color: 14620397.

HSL color Cylindrical-coordinate representation of color #ED16DF: hue angle of 303.91º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED16DF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 22 223 -
CMYK 0 0.91 0.06 0.07
HSL 303.91º 0.86% 0.51% -
HSV(B) 303.91º 0.91% 0.93% -
XYZ 48.53 23.91 71.87 -
YUV 109.2 192.23 219.16 -
System Red Green Blue C M Y K H S L
Decimal 237 22 223 0 0.91 0.06 0.07 303.91 0.86 0.51
Hex ED 16 DF 0 5B 6 7 130 56 33
Octal 355 26 337 0 133 6 7 460 126 63
Binary 11101101 10110 11011111 0 1011011 110 111 100110000 1010110 110011

Color Harmonies of #ED16DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16DF

Black with #ED16DF

Text Example


Text Example

White with #ED16DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16DF; }

 p { color: rgb(237,22,223); }

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

background-color css

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

 a { background-color: rgb(237,22,223); }

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

border-color css

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

 span { border-color: rgb(237,22,223); }

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