#E64E89

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

Shades of Dark Pink #E64E89

Tints of Dark Pink #E64E89

Color information

#E64E89 (or 0xE64E89) is unknown color: approx Dark Pink. HEX triplet: E6, 4E and 89. RGB value is (230,78,137). Sum of RGB (Red+Green+Blue) = 230+78+137=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64E89 is #19B176. Grayscale: #828282. Windows color (decimal): -1683831 or 8998630. OLE color: 8998630.

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

Color convert

RGB23078137-
CMYK00.660.400.10
HSL336.71º75.25%60.39%-
HSV(B)336.71º66.09%90.2%-
XYZ39.8724.0826.21-
YUV130.17131.86199.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.69%
GREEN value IS 78 (30.86% from 255) = 17.53%
BLUE value IS 137 (53.91% from 255) = 30.79%
R=51.69%
G=17.53%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307813700.660.400.10336.7175.2560.39
HexE64E8904228A1514b3c
Octal3461162110102501252111374
Binary111001101001110100010010100001010100010101010100011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64E89; }

 p { color: rgb(230,78,137); }

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

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

 a { background-color: rgb(230,78,137); }

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

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

 span { border-color: rgb(230,78,137); }

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