#EA6BA7

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

Shades of Hot Pink #EA6BA7

Tints of Hot Pink #EA6BA7

Color information

#EA6BA7 (or 0xEA6BA7) is unknown color: approx Hot Pink. HEX triplet: EA, 6B and A7. RGB value is (234,107,167). Sum of RGB (Red+Green+Blue) = 234+107+167=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6BA7 is #159458. Grayscale: #979797. Windows color (decimal): -1414233 or 10972138. OLE color: 10972138.

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

Color convert

RGB234107167-
CMYK00.540.290.08
HSL331.65º75.15%66.86%-
HSV(B)331.65º54.27%91.76%-
XYZ46.1630.840.07-
YUV151.81136.58186.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 167 (65.62% from 255) = 32.87%
R=46.06%
G=21.06%
B=32.87%

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
Decimal23410716700.540.290.08331.6575.1566.86
HexEA6BA70361D814c4b43
Octal3521532470663510514113103
Binary11101010110101110100111011011011101100010100110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6BA7; }

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

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

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

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

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

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

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

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