#EA17DC

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

Shades of Hot Magenta #EA17DC

Tints of Hot Magenta #EA17DC

Color information

#EA17DC (or 0xEA17DC) is unknown color: approx Hot Magenta. HEX triplet: EA, 17 and DC. RGB value is (234,23,220). Sum of RGB (Red+Green+Blue) = 234+23+220=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17DC is #15E823. Grayscale: #6B6B6B. Windows color (decimal): -1435684 or 14424042. OLE color: 14424042.

HSL color Cylindrical-coordinate representation of color #EA17DC: hue angle of 303.98º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA17DC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB23423220-
CMYK00.900.060.08
HSL303.98º83.4%50.39%-
HSV(B)303.98º90.17%91.76%-
XYZ47.1623.2769.72-
YUV108.55190.9217.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 23 (9.38% from 255) = 4.82%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=49.06%
G=4.82%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342322000.900.060.08303.9883.450.39
HexEA17DC05A681305332
Octal35227334013261046012362
Binary1110101010111110111000101101011010001001100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA17DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA17DC; }

 p { color: rgb(234,23,220); }

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

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

 a { background-color: rgb(234,23,220); }

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

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

 span { border-color: rgb(234,23,220); }

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