#E64A87

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

Shades of Dark Pink #E64A87

Tints of Dark Pink #E64A87

Color information

#E64A87 (or 0xE64A87) is unknown color: approx Dark Pink. HEX triplet: E6, 4A and 87. RGB value is (230,74,135). Sum of RGB (Red+Green+Blue) = 230+74+135=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A87 is #19B578. Grayscale: #7F7F7F. Windows color (decimal): -1684857 or 8866534. OLE color: 8866534.

HSL color Cylindrical-coordinate representation of color #E64A87: hue angle of 336.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64A87 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB23074135-
CMYK00.680.410.10
HSL336.54º75.73%59.61%-
HSV(B)336.54º67.83%90.2%-
XYZ39.4623.4725.37-
YUV127.6132.18201.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.39%
GREEN value IS 74 (29.30% from 255) = 16.86%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=52.39%
G=16.86%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307413500.680.410.10336.5475.7359.61
HexE64A8704429A1514c3c
Octal3461122070104511252111474
Binary111001101001010100001110100010010100110101010100011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64A87; }

 p { color: rgb(230,74,135); }

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

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

 a { background-color: rgb(230,74,135); }

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

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

 span { border-color: rgb(230,74,135); }

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