#ea5eac

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

Shades of Hot Pink #EA5EAC

Tints of Hot Pink #EA5EAC

Color information

#EA5EAC (or 0xEA5EAC) is unknown color: approx Hot Pink. HEX triplet: EA, 5E and AC. RGB value is (234,94,172). Sum of RGB (Red+Green+Blue) = 234+94+172=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5EAC is #15A153. Grayscale: #909090. Windows color (decimal): -1417556 or 11296490. OLE color: 11296490.

HSL color Cylindrical-coordinate representation of color #EA5EAC: hue angle of 326.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5EAC is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB23494172-
CMYK00.600.260.08
HSL326.57º76.92%64.31%-
HSV(B)326.57º59.83%91.76%-
XYZ45.3828.4842.13-
YUV144.75143.38191.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 94 (37.11% from 255) = 18.8%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=46.8%
G=18.8%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349417200.600.260.08326.5776.9264.31
HexEA5EAC03C1A81474d40
Octal3521362540743210507115100
Binary11101010101111010101100011110011010100010100011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea5eac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea5eac; }

 p { color: rgb(234,94,172); }

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

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

 a { background-color: rgb(234,94,172); }

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

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

 span { border-color: rgb(234,94,172); }

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