Html Css Color HEX #ED1AF1 Magenta

📋 copy color: '#ED1AF1'

red 237 ◦ green 26 ◦ blue 241

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

Shades of Magenta #ED1AF1

Tints of Magenta #ED1AF1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.16%

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 47.02%
G = 5.16%
B = 47.82%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED1AF1 (or 0xED1AF1) is known color: Magenta. HEX triplet: ED, 1A and F1. RGB value is (237,26,241). Sum of RGB (Red+Green+Blue) = 237+26+241=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 26 (10.55% from 255 or 5.16% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED1AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1AF1 is #12E50E. Grayscale: #707070. Windows color (decimal): -1238287 or 15801069. OLE color: 15801069.

HSL color Cylindrical-coordinate representation of color #ED1AF1: hue angle of 298.88º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1AF1 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 26 241 -
CMYK 0.02 0.89 0 0.05
HSL 298.88º 0.88% 0.52% -
HSV(B) 298.88º 0.89% 0.95% -
XYZ 51.17 25.09 85.37 -
YUV 113.6 199.9 216.02 -
System Red Green Blue C M Y K H S L
Decimal 237 26 241 0.02 0.89 0 0.05 298.88 0.88 0.52
Hex ED 1A F1 2 59 0 5 12B 58 34
Octal 355 32 361 2 131 0 5 453 130 64
Binary 11101101 11010 11110001 10 1011001 0 101 100101011 1011000 110100

Color Harmonies of #ED1AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1AF1

Black with #ED1AF1

Text Example


Text Example

White with #ED1AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1AF1; }

 p { color: rgb(237,26,241); }

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

background-color css

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

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

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

border-color css

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

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

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