#EB0AE0

Color #EB0AE0 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #EB0AE0

Tints of Hot Magenta #EB0AE0

Color information

#EB0AE0 (or 0xEB0AE0) is unknown color: approx Hot Magenta. HEX triplet: EB, 0A and E0. RGB value is (235,10,224). Sum of RGB (Red+Green+Blue) = 235+10+224=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0AE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0AE0 is #14F51F. Grayscale: #656565. Windows color (decimal): -1373472 or 14682859. OLE color: 14682859.

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

Color convert

RGB23510224-
CMYK00.960.050.08
HSL302.93º91.84%48.04%-
HSV(B)302.93º95.74%92.16%-
XYZ47.8223.2672.49-
YUV101.67197.04223.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 10 (4.30% from 255) = 2.13%
BLUE value IS 224 (87.89% from 255) = 47.76%
R=50.11%
G=2.13%
B=47.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351022400.960.050.08302.9391.8448.04
HexEBAE00605812f5c30
Octal35312340014051045713460
Binary111010111010111000000110000010110001001011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0AE0; }

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

 H1.HeaderClassName
 {
   color: #EB0AE0;
 }
 .AnyTagClassName
 {
   color: #EB0AE0;
 }
</style>
background-color css

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

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

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

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

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

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