#EA00E1

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

Shades of Hot Magenta #EA00E1

Tints of Hot Magenta #EA00E1

Color information

#EA00E1 (or 0xEA00E1) is unknown color: approx Hot Magenta. HEX triplet: EA, 00 and E1. RGB value is (234,0,225). Sum of RGB (Red+Green+Blue) = 234+0+225=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00E1 is #15FF1E. Grayscale: #5E5E5E. Windows color (decimal): -1441567 or 14745834. OLE color: 14745834.

HSL color Cylindrical-coordinate representation of color #EA00E1: hue angle of 302.31º 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 #EA00E1 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB2340225-
CMYK010.040.08
HSL302.31º100%45.88%-
HSV(B)302.31º100%91.76%-
XYZ47.5222.9373.16-
YUV95.62201.02226.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 225 (88.28% from 255) = 49.02%
R=50.98%
G=0%
B=49.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2340225010.040.08302.3110045.88
HexEA0E10644812e642e
Octal3520341014441045614456
Binary111010100111000010110010010010001001011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA00E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA00E1; }

 p { color: rgb(234,0,225); }

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

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

 a { background-color: rgb(234,0,225); }

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

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

 span { border-color: rgb(234,0,225); }

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