#EA65A5

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

Shades of Hot Pink #EA65A5

Tints of Hot Pink #EA65A5

Color information

#EA65A5 (or 0xEA65A5) is unknown color: approx Hot Pink. HEX triplet: EA, 65 and A5. RGB value is (234,101,165). Sum of RGB (Red+Green+Blue) = 234+101+165=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA65A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA65A5 is #159A5A. Grayscale: #939393. Windows color (decimal): -1415771 or 10839530. OLE color: 10839530.

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

Color convert

RGB234101165-
CMYK00.570.290.08
HSL331.13º76%65.69%-
HSV(B)331.13º56.84%91.76%-
XYZ45.3829.5238.9-
YUV148.06137.56189.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 101 (39.84% from 255) = 20.2%
BLUE value IS 165 (64.84% from 255) = 33%
R=46.8%
G=20.2%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410116500.570.290.08331.137665.69
HexEA65A50391D814b4c42
Octal3521452450713510513114102
Binary11101010110010110100101011100111101100010100101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA65A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA65A5; }

 p { color: rgb(234,101,165); }

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

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

 a { background-color: rgb(234,101,165); }

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

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

 span { border-color: rgb(234,101,165); }

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