Html Css Color HEX #ED1DEC Magenta

📋 copy color: '#ED1DEC'

red 237 ◦ green 29 ◦ blue 236

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

Shades of Magenta #ED1DEC

Tints of Magenta #ED1DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.78%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 47.21%
G = 5.78%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED1DEC (or 0xED1DEC) is known color: Magenta. HEX triplet: ED, 1D and EC. RGB value is (237,29,236). Sum of RGB (Red+Green+Blue) = 237+29+236=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 29 (11.72% from 255 or 5.78% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1DEC is #12E213. Grayscale: #727272. Windows color (decimal): -1237524 or 15474157. OLE color: 15474157.

HSL color Cylindrical-coordinate representation of color #ED1DEC: hue angle of 300.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1DEC is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 29 236 -
CMYK 0 0.88 0.00 0.07
HSL 300.29º 0.85% 0.52% -
HSV(B) 300.29º 0.88% 0.93% -
XYZ 50.5 24.94 81.51 -
YUV 114.79 196.41 215.17 -
System Red Green Blue C M Y K H S L
Decimal 237 29 236 0 0.88 0.00 0.07 300.29 0.85 0.52
Hex ED 1D EC 0 58 0 7 12C 55 34
Octal 355 35 354 0 130 0 7 454 125 64
Binary 11101101 11101 11101100 0 1011000 0 111 100101100 1010101 110100

Color Harmonies of #ED1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1DEC

Black with #ED1DEC

Text Example


Text Example

White with #ED1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1DEC; }

 p { color: rgb(237,29,236); }

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

background-color css

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

 a { background-color: rgb(237,29,236); }

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

border-color css

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

 span { border-color: rgb(237,29,236); }

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