Html Css Color HEX #ED0ACD Hot Magenta

📋 copy color: '#ED0ACD'

red 237 ◦ green 10 ◦ blue 205

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

Shades of Hot Magenta #ED0ACD

Tints of Hot Magenta #ED0ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 52.43%
G = 2.21%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED0ACD (or 0xED0ACD) is known color: Hot Magenta. HEX triplet: ED, 0A and CD. RGB value is (237,10,205). Sum of RGB (Red+Green+Blue) = 237+10+205=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0ACD is #12F532. Grayscale: #636363. Windows color (decimal): -1242419 or 13437677. OLE color: 13437677.

HSL color Cylindrical-coordinate representation of color #ED0ACD: hue angle of 308.46º 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 #ED0ACD is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 10 205 -
CMYK 0 0.96 0.14 0.07
HSL 308.46º 0.92% 0.48% -
HSV(B) 308.46º 0.96% 0.93% -
XYZ 46.05 22.63 59.7 -
YUV 100.1 187.21 225.64 -
System Red Green Blue C M Y K H S L
Decimal 237 10 205 0 0.96 0.14 0.07 308.46 0.92 0.48
Hex ED A CD 0 60 E 7 134 5C 30
Octal 355 12 315 0 140 16 7 464 134 60
Binary 11101101 1010 11001101 0 1100000 1110 111 100110100 1011100 110000

Color Harmonies of #ED0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0ACD

Black with #ED0ACD

Text Example


Text Example

White with #ED0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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