Html Css Color HEX #ED0ADC Hot Magenta

📋 copy color: '#ED0ADC'

red 237 ◦ green 10 ◦ blue 220

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

Shades of Hot Magenta #ED0ADC

Tints of Hot Magenta #ED0ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.14%

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

R = 50.75%
G = 2.14%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED0ADC (or 0xED0ADC) is known color: Hot Magenta. HEX triplet: ED, 0A and DC. RGB value is (237,10,220). Sum of RGB (Red+Green+Blue) = 237+10+220=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ADC is #12F523. Grayscale: #656565. Windows color (decimal): -1242404 or 14420717. OLE color: 14420717.

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

Color convert

RGB 237 10 220 -
CMYK 0 0.96 0.07 0.07
HSL 304.49º 0.92% 0.48% -
HSV(B) 304.49º 0.96% 0.93% -
XYZ 47.95 23.39 69.7 -
YUV 101.81 194.71 224.42 -
System Red Green Blue C M Y K H S L
Decimal 237 10 220 0 0.96 0.07 0.07 304.49 0.92 0.48
Hex ED A DC 0 60 7 7 130 5C 30
Octal 355 12 334 0 140 7 7 460 134 60
Binary 11101101 1010 11011100 0 1100000 111 111 100110000 1011100 110000

Color Harmonies of #ED0ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0ADC

Black with #ED0ADC

Text Example


Text Example

White with #ED0ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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