Html Css Color HEX #ED1FEC Magenta

📋 copy color: '#ED1FEC'

red 237 ◦ green 31 ◦ blue 236

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

Shades of Magenta #ED1FEC

Tints of Magenta #ED1FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.15%

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

R = 47.02%
G = 6.15%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#ED1FEC (or 0xED1FEC) is known color: Magenta. HEX triplet: ED, 1F and EC. RGB value is (237,31,236). Sum of RGB (Red+Green+Blue) = 237+31+236=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 31 (12.5% from 255 or 6.15% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FEC is #12E013. Grayscale: #737373. Windows color (decimal): -1237012 or 15474669. OLE color: 15474669.

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

Color convert

RGB 237 31 236 -
CMYK 0 0.87 0.00 0.07
HSL 300.29º 0.85% 0.53% -
HSV(B) 300.29º 0.87% 0.93% -
XYZ 50.56 25.04 81.53 -
YUV 115.96 195.75 214.33 -
System Red Green Blue C M Y K H S L
Decimal 237 31 236 0 0.87 0.00 0.07 300.29 0.85 0.53
Hex ED 1F EC 0 57 0 7 12C 55 35
Octal 355 37 354 0 127 0 7 454 125 65
Binary 11101101 11111 11101100 0 1010111 0 111 100101100 1010101 110101

Color Harmonies of #ED1FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FEC

Black with #ED1FEC

Text Example


Text Example

White with #ED1FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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