#EA09E0

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

Shades of Hot Magenta #EA09E0

Tints of Hot Magenta #EA09E0

Color information

#EA09E0 (or 0xEA09E0) is unknown color: approx Hot Magenta. HEX triplet: EA, 09 and E0. RGB value is (234,9,224). Sum of RGB (Red+Green+Blue) = 234+9+224=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA09E0 is #15F61F. Grayscale: #646464. Windows color (decimal): -1439264 or 14682602. OLE color: 14682602.

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

Color convert

RGB2349224-
CMYK00.960.040.08
HSL302.67º92.59%47.65%-
HSV(B)302.67º96.15%91.76%-
XYZ47.4823.0772.47-
YUV100.78197.54223.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.11%
GREEN value IS 9 (3.91% from 255) = 1.93%
BLUE value IS 224 (87.89% from 255) = 47.97%
R=50.11%
G=1.93%
B=47.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234922400.960.040.08302.6792.5947.65
HexEA9E00604812f5d30
Octal35211340014041045713560
Binary111010101001111000000110000010010001001011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA09E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA09E0; }

 p { color: rgb(234,9,224); }

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

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

 a { background-color: rgb(234,9,224); }

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

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

 span { border-color: rgb(234,9,224); }

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