Html Css Color HEX #ED0BDC Hot Magenta

📋 copy color: '#ED0BDC'

red 237 ◦ green 11 ◦ blue 220

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

Shades of Hot Magenta #ED0BDC

Tints of Hot Magenta #ED0BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.35%

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

R = 50.64%
G = 2.35%
B = 47.01%

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

#ED0BDC (or 0xED0BDC) is known color: Hot Magenta. HEX triplet: ED, 0B and DC. RGB value is (237,11,220). Sum of RGB (Red+Green+Blue) = 237+11+220=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BDC is #12F423. Grayscale: #656565. Windows color (decimal): -1242148 or 14420973. OLE color: 14420973.

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

Color convert

RGB 237 11 220 -
CMYK 0 0.95 0.07 0.07
HSL 304.51º 0.91% 0.49% -
HSV(B) 304.51º 0.95% 0.93% -
XYZ 47.96 23.41 69.7 -
YUV 102.4 194.37 224.01 -
System Red Green Blue C M Y K H S L
Decimal 237 11 220 0 0.95 0.07 0.07 304.51 0.91 0.49
Hex ED B DC 0 5F 7 7 131 5B 31
Octal 355 13 334 0 137 7 7 461 133 61
Binary 11101101 1011 11011100 0 1011111 111 111 100110001 1011011 110001

Color Harmonies of #ED0BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0BDC

Black with #ED0BDC

Text Example


Text Example

White with #ED0BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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