#EA6BA6

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

Shades of Hot Pink #EA6BA6

Tints of Hot Pink #EA6BA6

Color information

#EA6BA6 (or 0xEA6BA6) is unknown color: approx Hot Pink. HEX triplet: EA, 6B and A6. RGB value is (234,107,166). Sum of RGB (Red+Green+Blue) = 234+107+166=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6BA6 is #159459. Grayscale: #979797. Windows color (decimal): -1414234 or 10906602. OLE color: 10906602.

HSL color Cylindrical-coordinate representation of color #EA6BA6: hue angle of 332.13º 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 #EA6BA6 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234107166-
CMYK00.540.290.08
HSL332.13º75.15%66.86%-
HSV(B)332.13º54.27%91.76%-
XYZ46.0730.7639.59-
YUV151.7136.08186.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=46.15%
G=21.10%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410716600.540.290.08332.1375.1566.86
HexEA6BA60361D814c4b43
Octal3521532460663510514113103
Binary11101010110101110100110011011011101100010100110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6BA6; }

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

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

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

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

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

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

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

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