Html Css Color HEX #ED0DEB Magenta

📋 copy color: '#ED0DEB'

red 237 ◦ green 13 ◦ blue 235

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

Shades of Magenta #ED0DEB

Tints of Magenta #ED0DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.68%

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 48.87%
G = 2.68%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED0DEB (or 0xED0DEB) is known color: Magenta. HEX triplet: ED, 0D and EB. RGB value is (237,13,235). Sum of RGB (Red+Green+Blue) = 237+13+235=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 13 (5.47% from 255 or 2.68% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0DEB is #12F214. Grayscale: #686868. Windows color (decimal): -1241621 or 15404525. OLE color: 15404525.

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

Color convert

RGB 237 13 235 -
CMYK 0 0.95 0.01 0.07
HSL 300.54º 0.9% 0.49% -
HSV(B) 300.54º 0.95% 0.93% -
XYZ 50.06 24.29 80.65 -
YUV 105.28 201.21 221.95 -
System Red Green Blue C M Y K H S L
Decimal 237 13 235 0 0.95 0.01 0.07 300.54 0.9 0.49
Hex ED D EB 0 5F 1 7 12D 5A 31
Octal 355 15 353 0 137 1 7 455 132 61
Binary 11101101 1101 11101011 0 1011111 1 111 100101101 1011010 110001

Color Harmonies of #ED0DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0DEB

Black with #ED0DEB

Text Example


Text Example

White with #ED0DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0DEB; }

 p { color: rgb(237,13,235); }

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

background-color css

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

 a { background-color: rgb(237,13,235); }

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

border-color css

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

 span { border-color: rgb(237,13,235); }

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