Html Css Color HEX #ED0CDF Hot Magenta

📋 copy color: '#ED0CDF'

red 237 ◦ green 12 ◦ blue 223

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

Shades of Hot Magenta #ED0CDF

Tints of Hot Magenta #ED0CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 50.21%
G = 2.54%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED0CDF (or 0xED0CDF) is known color: Hot Magenta. HEX triplet: ED, 0C and DF. RGB value is (237,12,223). Sum of RGB (Red+Green+Blue) = 237+12+223=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 12 (5.08% from 255 or 2.54% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CDF is #12F320. Grayscale: #666666. Windows color (decimal): -1241889 or 14617837. OLE color: 14617837.

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

Color convert

RGB 237 12 223 -
CMYK 0 0.95 0.06 0.07
HSL 303.73º 0.9% 0.49% -
HSV(B) 303.73º 0.95% 0.93% -
XYZ 48.38 23.6 71.82 -
YUV 103.33 195.54 223.34 -
System Red Green Blue C M Y K H S L
Decimal 237 12 223 0 0.95 0.06 0.07 303.73 0.9 0.49
Hex ED C DF 0 5F 6 7 130 5A 31
Octal 355 14 337 0 137 6 7 460 132 61
Binary 11101101 1100 11011111 0 1011111 110 111 100110000 1011010 110001

Color Harmonies of #ED0CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0CDF

Black with #ED0CDF

Text Example


Text Example

White with #ED0CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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