Html Css Color HEX #ED1EED Magenta

📋 copy color: '#ED1EED'

red 237 ◦ green 30 ◦ blue 237

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

Shades of Magenta #ED1EED

Tints of Magenta #ED1EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.95%

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 47.02%
G = 5.95%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED1EED (or 0xED1EED) is known color: Magenta. HEX triplet: ED, 1E and ED. RGB value is (237,30,237). Sum of RGB (Red+Green+Blue) = 237+30+237=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 30 (12.11% from 255 or 5.95% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED1EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EED is #12E112. Grayscale: #727272. Windows color (decimal): -1237267 or 15539949. OLE color: 15539949.

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

Color convert

RGB 237 30 237 -
CMYK 0 0.87 0 0.07
HSL 300º 0.85% 0.52% -
HSV(B) 300º 0.87% 0.93% -
XYZ 50.68 25.05 82.28 -
YUV 115.49 196.58 214.67 -
System Red Green Blue C M Y K H S L
Decimal 237 30 237 0 0.87 0 0.07 300 0.85 0.52
Hex ED 1E ED 0 57 0 7 12C 55 34
Octal 355 36 355 0 127 0 7 454 125 64
Binary 11101101 11110 11101101 0 1010111 0 111 100101100 1010101 110100

Color Harmonies of #ED1EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1EED

Black with #ED1EED

Text Example


Text Example

White with #ED1EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1EED; }

 p { color: rgb(237,30,237); }

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

background-color css

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

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

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

border-color css

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

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

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