Html Css Color HEX #ED2AF2 Magenta

📋 copy color: '#ED2AF2'

red 237 ◦ green 42 ◦ blue 242

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

Shades of Magenta #ED2AF2

Tints of Magenta #ED2AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 45.49%
G = 8.06%
B = 46.45%

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

#ED2AF2 (or 0xED2AF2) is known color: Magenta. HEX triplet: ED, 2A and F2. RGB value is (237,42,242). Sum of RGB (Red+Green+Blue) = 237+42+242=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 42 (16.80% from 255 or 8.06% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED2AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2AF2 is #12D50D. Grayscale: #7A7A7A. Windows color (decimal): -1234190 or 15870701. OLE color: 15870701.

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

Color convert

RGB 237 42 242 -
CMYK 0.02 0.83 0 0.05
HSL 298.5º 0.88% 0.56% -
HSV(B) 298.5º 0.83% 0.95% -
XYZ 51.78 26.07 86.31 -
YUV 123.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 237 42 242 0.02 0.83 0 0.05 298.5 0.88 0.56
Hex ED 2A F2 2 53 0 5 12A 58 38
Octal 355 52 362 2 123 0 5 452 130 70
Binary 11101101 101010 11110010 10 1010011 0 101 100101010 1011000 111000

Color Harmonies of #ED2AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2AF2

Black with #ED2AF2

Text Example


Text Example

White with #ED2AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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