Html Css Color HEX #ED1FEB Magenta

📋 copy color: '#ED1FEB'

red 237 ◦ green 31 ◦ blue 235

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

Shades of Magenta #ED1FEB

Tints of Magenta #ED1FEB

RGB

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

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

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

R = 47.12%
G = 6.16%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED1FEB (or 0xED1FEB) is known color: Magenta. HEX triplet: ED, 1F and EB. RGB value is (237,31,235). Sum of RGB (Red+Green+Blue) = 237+31+235=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FEB is #12E014. Grayscale: #737373. Windows color (decimal): -1237013 or 15409133. OLE color: 15409133.

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

Color convert

RGB 237 31 235 -
CMYK 0 0.87 0.01 0.07
HSL 300.58º 0.85% 0.53% -
HSV(B) 300.58º 0.87% 0.93% -
XYZ 50.41 24.98 80.76 -
YUV 115.85 195.25 214.41 -
System Red Green Blue C M Y K H S L
Decimal 237 31 235 0 0.87 0.01 0.07 300.58 0.85 0.53
Hex ED 1F EB 0 57 1 7 12D 55 35
Octal 355 37 353 0 127 1 7 455 125 65
Binary 11101101 11111 11101011 0 1010111 1 111 100101101 1010101 110101

Color Harmonies of #ED1FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FEB

Black with #ED1FEB

Text Example


Text Example

White with #ED1FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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