Html Css Color HEX #ED0CDC Hot Magenta

📋 copy color: '#ED0CDC'

red 237 ◦ green 12 ◦ blue 220

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

Shades of Hot Magenta #ED0CDC

Tints of Hot Magenta #ED0CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.56%

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

R = 50.53%
G = 2.56%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED0CDC (or 0xED0CDC) is known color: Hot Magenta. HEX triplet: ED, 0C and DC. RGB value is (237,12,220). Sum of RGB (Red+Green+Blue) = 237+12+220=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CDC is #12F323. Grayscale: #666666. Windows color (decimal): -1241892 or 14421229. OLE color: 14421229.

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

Color convert

RGB 237 12 220 -
CMYK 0 0.95 0.07 0.07
HSL 304.53º 0.9% 0.49% -
HSV(B) 304.53º 0.95% 0.93% -
XYZ 47.97 23.43 69.7 -
YUV 102.99 194.04 223.59 -
System Red Green Blue C M Y K H S L
Decimal 237 12 220 0 0.95 0.07 0.07 304.53 0.9 0.49
Hex ED C DC 0 5F 7 7 131 5A 31
Octal 355 14 334 0 137 7 7 461 132 61
Binary 11101101 1100 11011100 0 1011111 111 111 100110001 1011010 110001

Color Harmonies of #ED0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0CDC

Black with #ED0CDC

Text Example


Text Example

White with #ED0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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