#EA05DE

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

Shades of Hot Magenta #EA05DE

Tints of Hot Magenta #EA05DE

Color information

#EA05DE (or 0xEA05DE) is unknown color: approx Hot Magenta. HEX triplet: EA, 05 and DE. RGB value is (234,5,222). Sum of RGB (Red+Green+Blue) = 234+5+222=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA05DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA05DE is #15FA21. Grayscale: #616161. Windows color (decimal): -1440290 or 14550506. OLE color: 14550506.

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

Color convert

RGB2345222-
CMYK00.980.050.08
HSL303.14º95.82%46.86%-
HSV(B)303.14º97.86%91.76%-
XYZ47.1722.8771.04-
YUV98.21197.87224.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 5 (2.34% from 255) = 1.08%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=50.76%
G=1.08%
B=48.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234522200.980.050.08303.1495.8246.86
HexEA5DE0625812f602f
Octal3525336014251045714057
Binary11101010101110111100110001010110001001011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA05DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA05DE; }

 p { color: rgb(234,5,222); }

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

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

 a { background-color: rgb(234,5,222); }

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

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

 span { border-color: rgb(234,5,222); }

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