Html Css Color HEX #ED0AEB Magenta

📋 copy color: '#ED0AEB'

red 237 ◦ green 10 ◦ blue 235

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

Shades of Magenta #ED0AEB

Tints of Magenta #ED0AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 49.17%
G = 2.07%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED0AEB (or 0xED0AEB) is known color: Magenta. HEX triplet: ED, 0A and EB. RGB value is (237,10,235). Sum of RGB (Red+Green+Blue) = 237+10+235=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 10 (4.30% from 255 or 2.07% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0AEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0AEB is #12F514. Grayscale: #666666. Windows color (decimal): -1242389 or 15403757. OLE color: 15403757.

HSL color Cylindrical-coordinate representation of color #ED0AEB: hue angle of 300.53º 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 #ED0AEB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 10 235 -
CMYK 0 0.96 0.01 0.07
HSL 300.53º 0.92% 0.48% -
HSV(B) 300.53º 0.96% 0.93% -
XYZ 50.03 24.22 80.64 -
YUV 103.52 202.21 223.2 -
System Red Green Blue C M Y K H S L
Decimal 237 10 235 0 0.96 0.01 0.07 300.53 0.92 0.48
Hex ED A EB 0 60 1 7 12D 5C 30
Octal 355 12 353 0 140 1 7 455 134 60
Binary 11101101 1010 11101011 0 1100000 1 111 100101101 1011100 110000

Color Harmonies of #ED0AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0AEB

Black with #ED0AEB

Text Example


Text Example

White with #ED0AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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