#EB00E3

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

Shades of Hot Magenta #EB00E3

Tints of Hot Magenta #EB00E3

Color information

#EB00E3 (or 0xEB00E3) is unknown color: approx Hot Magenta. HEX triplet: EB, 00 and E3. RGB value is (235,0,227). Sum of RGB (Red+Green+Blue) = 235+0+227=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB00E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB00E3 is #14FF1C. Grayscale: #5F5F5F. Windows color (decimal): -1376029 or 14876907. OLE color: 14876907.

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

Color convert

RGB2350227-
CMYK010.030.08
HSL302.04º100%46.08%-
HSV(B)302.04º100%92.16%-
XYZ48.1323.2174.62-
YUV96.14201.86227.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 227 (89.06% from 255) = 49.13%
R=50.87%
G=0%
B=49.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2350227010.030.08302.0410046.08
HexEB0E30643812e642e
Octal3530343014431045614456
Binary11101011011100011011001001110001001011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB00E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB00E3; }

 p { color: rgb(235,0,227); }

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

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

 a { background-color: rgb(235,0,227); }

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

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

 span { border-color: rgb(235,0,227); }

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