Html Css Color HEX #ED0AE3 Hot Magenta

📋 copy color: '#ED0AE3'

red 237 ◦ green 10 ◦ blue 227

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

Shades of Hot Magenta #ED0AE3

Tints of Hot Magenta #ED0AE3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.11%

 BLUE value IS 227 (89.06% from 255) = 47.89%

R = 50%
G = 2.11%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED0AE3 (or 0xED0AE3) is known color: Hot Magenta. HEX triplet: ED, 0A and E3. RGB value is (237,10,227). Sum of RGB (Red+Green+Blue) = 237+10+227=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0AE3 is #12F51C. Grayscale: #656565. Windows color (decimal): -1242397 or 14879469. OLE color: 14879469.

HSL color Cylindrical-coordinate representation of color #ED0AE3: hue angle of 302.64º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AE3 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 10 227 -
CMYK 0 0.96 0.04 0.07
HSL 302.64º 0.92% 0.48% -
HSV(B) 302.64º 0.96% 0.93% -
XYZ 48.9 23.77 74.68 -
YUV 102.61 198.21 223.86 -
System Red Green Blue C M Y K H S L
Decimal 237 10 227 0 0.96 0.04 0.07 302.64 0.92 0.48
Hex ED A E3 0 60 4 7 12F 5C 30
Octal 355 12 343 0 140 4 7 457 134 60
Binary 11101101 1010 11100011 0 1100000 100 111 100101111 1011100 110000

Color Harmonies of #ED0AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0AE3

Black with #ED0AE3

Text Example


Text Example

White with #ED0AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0AE3; }

 p { color: rgb(237,10,227); }

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

background-color css

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

 a { background-color: rgb(237,10,227); }

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

border-color css

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

 span { border-color: rgb(237,10,227); }

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