Html Css Color HEX #ED1FEA Magenta

📋 copy color: '#ED1FEA'

red 237 ◦ green 31 ◦ blue 234

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

Shades of Magenta #ED1FEA

Tints of Magenta #ED1FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 47.21%
G = 6.18%
B = 46.61%

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

#ED1FEA (or 0xED1FEA) is known color: Magenta. HEX triplet: ED, 1F and EA. RGB value is (237,31,234). Sum of RGB (Red+Green+Blue) = 237+31+234=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 31 (12.5% from 255 or 6.18% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FEA is #12E015. Grayscale: #737373. Windows color (decimal): -1237014 or 15343597. OLE color: 15343597.

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

Color convert

RGB 237 31 234 -
CMYK 0 0.87 0.01 0.07
HSL 300.87º 0.85% 0.53% -
HSV(B) 300.87º 0.87% 0.93% -
XYZ 50.27 24.93 80 -
YUV 115.74 194.75 214.49 -
System Red Green Blue C M Y K H S L
Decimal 237 31 234 0 0.87 0.01 0.07 300.87 0.85 0.53
Hex ED 1F EA 0 57 1 7 12D 55 35
Octal 355 37 352 0 127 1 7 455 125 65
Binary 11101101 11111 11101010 0 1010111 1 111 100101101 1010101 110101

Color Harmonies of #ED1FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FEA

Black with #ED1FEA

Text Example


Text Example

White with #ED1FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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