#EA6EA6

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

Shades of Hot Pink #EA6EA6

Tints of Hot Pink #EA6EA6

Color information

#EA6EA6 (or 0xEA6EA6) is unknown color: approx Hot Pink. HEX triplet: EA, 6E and A6. RGB value is (234,110,166). Sum of RGB (Red+Green+Blue) = 234+110+166=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6EA6 is #159159. Grayscale: #999999. Windows color (decimal): -1413466 or 10907370. OLE color: 10907370.

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

Color convert

RGB234110166-
CMYK00.530.290.08
HSL332.9º74.7%67.45%-
HSV(B)332.9º52.99%91.76%-
XYZ46.3931.439.69-
YUV153.46135.08185.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 110 (43.36% from 255) = 21.57%
BLUE value IS 166 (65.23% from 255) = 32.55%
R=45.88%
G=21.57%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411016600.530.290.08332.974.767.45
HexEA6EA60351D814d4b43
Octal3521562460653510515113103
Binary11101010110111010100110011010111101100010100110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6EA6; }

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

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

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

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

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

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

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

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