Html Css Color HEX #ED1FED Magenta

📋 copy color: '#ED1FED'

red 237 ◦ green 31 ◦ blue 237

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

Shades of Magenta #ED1FED

Tints of Magenta #ED1FED

RGB

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

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

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

R = 46.93%
G = 6.14%
B = 46.93%

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

#ED1FED (or 0xED1FED) is known color: Magenta. HEX triplet: ED, 1F and ED. RGB value is (237,31,237). Sum of RGB (Red+Green+Blue) = 237+31+237=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 31 (12.5% from 255 or 6.14% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED1FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FED is #12E012. Grayscale: #737373. Windows color (decimal): -1237011 or 15540205. OLE color: 15540205.

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

Color convert

RGB 237 31 237 -
CMYK 0 0.87 0 0.07
HSL 300º 0.85% 0.53% -
HSV(B) 300º 0.87% 0.93% -
XYZ 50.7 25.1 82.29 -
YUV 116.08 196.25 214.25 -
System Red Green Blue C M Y K H S L
Decimal 237 31 237 0 0.87 0 0.07 300 0.85 0.53
Hex ED 1F ED 0 57 0 7 12C 55 35
Octal 355 37 355 0 127 0 7 454 125 65
Binary 11101101 11111 11101101 0 1010111 0 111 100101100 1010101 110101

Color Harmonies of #ED1FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FED

Black with #ED1FED

Text Example


Text Example

White with #ED1FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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