#EA66B1

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

Shades of Hot Pink #EA66B1

Tints of Hot Pink #EA66B1

Color information

#EA66B1 (or 0xEA66B1) is unknown color: approx Hot Pink. HEX triplet: EA, 66 and B1. RGB value is (234,102,177). Sum of RGB (Red+Green+Blue) = 234+102+177=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA66B1 is #15994E. Grayscale: #959595. Windows color (decimal): -1415503 or 11626218. OLE color: 11626218.

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

Color convert

RGB234102177-
CMYK00.560.240.08
HSL325.91º75.86%65.88%-
HSV(B)325.91º56.41%91.76%-
XYZ46.6230.1744.96-
YUV150.02143.23187.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 102 (40.23% from 255) = 19.88%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=45.61%
G=19.88%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410217700.560.240.08325.9175.8665.88
HexEA66B10381881464c42
Octal3521462610703010506114102
Binary11101010110011010110001011100011000100010100011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA66B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA66B1; }

 p { color: rgb(234,102,177); }

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

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

 a { background-color: rgb(234,102,177); }

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

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

 span { border-color: rgb(234,102,177); }

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