#ea6aab

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

Shades of Hot Pink #EA6AAB

Tints of Hot Pink #EA6AAB

Color information

#EA6AAB (or 0xEA6AAB) is unknown color: approx Hot Pink. HEX triplet: EA, 6A and AB. RGB value is (234,106,171). Sum of RGB (Red+Green+Blue) = 234+106+171=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6AAB is #159554. Grayscale: #979797. Windows color (decimal): -1414485 or 11234026. OLE color: 11234026.

HSL color Cylindrical-coordinate representation of color #EA6AAB: hue angle of 329.53º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6AAB is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234106171-
CMYK00.550.270.08
HSL329.53º75.29%66.67%-
HSV(B)329.53º54.7%91.76%-
XYZ46.4430.7442.01-
YUV151.68138.91186.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=45.79%
G=20.74%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410617100.550.270.08329.5375.2966.67
HexEA6AAB0371B814a4b43
Octal3521522530673310512113103
Binary11101010110101010101011011011111011100010100101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea6aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea6aab; }

 p { color: rgb(234,106,171); }

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

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

 a { background-color: rgb(234,106,171); }

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

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

 span { border-color: rgb(234,106,171); }

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