#E64D81

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

Shades of Dark Pink #E64D81

Tints of Dark Pink #E64D81

Color information

#E64D81 (or 0xE64D81) is unknown color: approx Dark Pink. HEX triplet: E6, 4D and 81. RGB value is (230,77,129). Sum of RGB (Red+Green+Blue) = 230+77+129=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D81 is #19B27E. Grayscale: #808080. Windows color (decimal): -1684095 or 8474086. OLE color: 8474086.

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

Color convert

RGB23077129-
CMYK00.670.440.10
HSL339.61º75.37%60.2%-
HSV(B)339.61º66.52%90.2%-
XYZ39.2523.7223.28-
YUV128.67128.19200.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.75%
GREEN value IS 77 (30.47% from 255) = 17.66%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=52.75%
G=17.66%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307712900.670.440.10339.6175.3760.2
HexE64D810432CA1544b3c
Octal3461152010103541252411374
Binary111001101001101100000010100001110110010101010101001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64D81; }

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

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

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

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

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

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

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

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