Html Css Color HEX #ED0EDC Hot Magenta

📋 copy color: '#ED0EDC'

red 237 ◦ green 14 ◦ blue 220

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

Shades of Hot Magenta #ED0EDC

Tints of Hot Magenta #ED0EDC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.97%

 BLUE value IS 220 (86.33% from 255) = 46.71%

R = 50.32%
G = 2.97%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED0EDC (or 0xED0EDC) is known color: Hot Magenta. HEX triplet: ED, 0E and DC. RGB value is (237,14,220). Sum of RGB (Red+Green+Blue) = 237+14+220=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0EDC is #12F123. Grayscale: #676767. Windows color (decimal): -1241380 or 14421741. OLE color: 14421741.

HSL color Cylindrical-coordinate representation of color #ED0EDC: hue angle of 304.57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0EDC is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 14 220 -
CMYK 0 0.94 0.07 0.07
HSL 304.57º 0.89% 0.49% -
HSV(B) 304.57º 0.94% 0.93% -
XYZ 48 23.49 69.71 -
YUV 104.16 193.38 222.75 -
System Red Green Blue C M Y K H S L
Decimal 237 14 220 0 0.94 0.07 0.07 304.57 0.89 0.49
Hex ED E DC 0 5E 7 7 131 59 31
Octal 355 16 334 0 136 7 7 461 131 61
Binary 11101101 1110 11011100 0 1011110 111 111 100110001 1011001 110001

Color Harmonies of #ED0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0EDC

Black with #ED0EDC

Text Example


Text Example

White with #ED0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0EDC; }

 p { color: rgb(237,14,220); }

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

background-color css

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

 a { background-color: rgb(237,14,220); }

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

border-color css

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

 span { border-color: rgb(237,14,220); }

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