#EA6DA9

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

Shades of Hot Pink #EA6DA9

Tints of Hot Pink #EA6DA9

Color information

#EA6DA9 (or 0xEA6DA9) is unknown color: approx Hot Pink. HEX triplet: EA, 6D and A9. RGB value is (234,109,169). Sum of RGB (Red+Green+Blue) = 234+109+169=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6DA9 is #159256. Grayscale: #999999. Windows color (decimal): -1413719 or 11103722. OLE color: 11103722.

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

Color convert

RGB234109169-
CMYK00.530.280.08
HSL331.2º74.85%67.25%-
HSV(B)331.2º53.42%91.76%-
XYZ46.5631.2941.12-
YUV153.21136.91185.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=45.70%
G=21.29%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410916900.530.280.08331.274.8567.25
HexEA6DA90351C814b4b43
Octal3521552510653410513113103
Binary11101010110110110101001011010111100100010100101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6DA9; }

 p { color: rgb(234,109,169); }

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

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

 a { background-color: rgb(234,109,169); }

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

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

 span { border-color: rgb(234,109,169); }

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