Html Css Color HEX #ED17DA Hot Magenta

📋 copy color: '#ED17DA'

red 237 ◦ green 23 ◦ blue 218

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

Shades of Hot Magenta #ED17DA

Tints of Hot Magenta #ED17DA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.81%

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 49.58%
G = 4.81%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED17DA (or 0xED17DA) is known color: Hot Magenta. HEX triplet: ED, 17 and DA. RGB value is (237,23,218). Sum of RGB (Red+Green+Blue) = 237+23+218=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED17DA is #12E825. Grayscale: #6C6C6C. Windows color (decimal): -1239078 or 14292973. OLE color: 14292973.

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

Color convert

RGB 237 23 218 -
CMYK 0 0.90 0.08 0.07
HSL 305.33º 0.86% 0.51% -
HSV(B) 305.33º 0.9% 0.93% -
XYZ 47.89 23.68 68.38 -
YUV 109.22 189.4 219.14 -
System Red Green Blue C M Y K H S L
Decimal 237 23 218 0 0.90 0.08 0.07 305.33 0.86 0.51
Hex ED 17 DA 0 5A 8 7 131 56 33
Octal 355 27 332 0 132 10 7 461 126 63
Binary 11101101 10111 11011010 0 1011010 1000 111 100110001 1010110 110011

Color Harmonies of #ED17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED17DA

Black with #ED17DA

Text Example


Text Example

White with #ED17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED17DA; }

 p { color: rgb(237,23,218); }

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

background-color css

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

 a { background-color: rgb(237,23,218); }

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

border-color css

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

 span { border-color: rgb(237,23,218); }

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