#ea6bab

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

Shades of Hot Pink #EA6BAB

Tints of Hot Pink #EA6BAB

Color information

#EA6BAB (or 0xEA6BAB) is unknown color: approx Hot Pink. HEX triplet: EA, 6B and AB. RGB value is (234,107,171). Sum of RGB (Red+Green+Blue) = 234+107+171=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6BAB is #159454. Grayscale: #989898. Windows color (decimal): -1414229 or 11234282. OLE color: 11234282.

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

Color convert

RGB234107171-
CMYK00.540.270.08
HSL329.76º75.15%66.86%-
HSV(B)329.76º54.27%91.76%-
XYZ46.5430.9542.05-
YUV152.27138.58186.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 107 (42.19% from 255) = 20.90%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=45.70%
G=20.90%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410717100.540.270.08329.7675.1566.86
HexEA6BAB0361B814a4b43
Octal3521532530663310512113103
Binary11101010110101110101011011011011011100010100101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea6bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea6bab; }

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

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

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

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

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

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

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

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