Html Css Color HEX #ED2AF1 Magenta

📋 copy color: '#ED2AF1'

red 237 ◦ green 42 ◦ blue 241

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

Shades of Magenta #ED2AF1

Tints of Magenta #ED2AF1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.08%

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

R = 45.58%
G = 8.08%
B = 46.35%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ED2AF1 (or 0xED2AF1) is known color: Magenta. HEX triplet: ED, 2A and F1. RGB value is (237,42,241). Sum of RGB (Red+Green+Blue) = 237+42+241=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 42 (16.80% from 255 or 8.08% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED2AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2AF1 is #12D50E. Grayscale: #7A7A7A. Windows color (decimal): -1234191 or 15805165. OLE color: 15805165.

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

Color convert

RGB 237 42 241 -
CMYK 0.02 0.83 0 0.05
HSL 298.79º 0.88% 0.55% -
HSV(B) 298.79º 0.83% 0.95% -
XYZ 51.63 26.01 85.52 -
YUV 122.99 194.6 209.32 -
System Red Green Blue C M Y K H S L
Decimal 237 42 241 0.02 0.83 0 0.05 298.79 0.88 0.55
Hex ED 2A F1 2 53 0 5 12B 58 37
Octal 355 52 361 2 123 0 5 453 130 67
Binary 11101101 101010 11110001 10 1010011 0 101 100101011 1011000 110111

Color Harmonies of #ED2AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2AF1

Black with #ED2AF1

Text Example


Text Example

White with #ED2AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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