Html Css Color HEX #ED1AEA Magenta

📋 copy color: '#ED1AEA'

red 237 ◦ green 26 ◦ blue 234

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

Shades of Magenta #ED1AEA

Tints of Magenta #ED1AEA

RGB

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

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

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

R = 47.69%
G = 5.23%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED1AEA (or 0xED1AEA) is known color: Magenta. HEX triplet: ED, 1A and EA. RGB value is (237,26,234). Sum of RGB (Red+Green+Blue) = 237+26+234=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1AEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1AEA is #12E515. Grayscale: #707070. Windows color (decimal): -1238294 or 15342317. OLE color: 15342317.

HSL color Cylindrical-coordinate representation of color #ED1AEA: hue angle of 300.85º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1AEA is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 26 234 -
CMYK 0 0.89 0.01 0.07
HSL 300.85º 0.85% 0.52% -
HSV(B) 300.85º 0.89% 0.93% -
XYZ 50.15 24.68 79.96 -
YUV 112.8 196.4 216.59 -
System Red Green Blue C M Y K H S L
Decimal 237 26 234 0 0.89 0.01 0.07 300.85 0.85 0.52
Hex ED 1A EA 0 59 1 7 12D 55 34
Octal 355 32 352 0 131 1 7 455 125 64
Binary 11101101 11010 11101010 0 1011001 1 111 100101101 1010101 110100

Color Harmonies of #ED1AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1AEA

Black with #ED1AEA

Text Example


Text Example

White with #ED1AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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