#E64E81

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

Shades of Dark Pink #E64E81

Tints of Dark Pink #E64E81

Color information

#E64E81 (or 0xE64E81) is unknown color: approx Dark Pink. HEX triplet: E6, 4E and 81. RGB value is (230,78,129). Sum of RGB (Red+Green+Blue) = 230+78+129=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64E81 is #19B17E. Grayscale: #818181. Windows color (decimal): -1683839 or 8474342. OLE color: 8474342.

HSL color Cylindrical-coordinate representation of color #E64E81: hue angle of 339.87º 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 #E64E81 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB23078129-
CMYK00.660.440.10
HSL339.87º75.25%60.39%-
HSV(B)339.87º66.09%90.2%-
XYZ39.3223.8623.3-
YUV129.26127.86199.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.63%
GREEN value IS 78 (30.86% from 255) = 17.85%
BLUE value IS 129 (50.78% from 255) = 29.52%
R=52.63%
G=17.85%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307812900.660.440.10339.8775.2560.39
HexE64E810422CA1544b3c
Octal3461162010102541252411374
Binary111001101001110100000010100001010110010101010101001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64E81; }

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

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

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

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

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

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

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

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