#E64D84

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

Shades of Dark Pink #E64D84

Tints of Dark Pink #E64D84

Color information

#E64D84 (or 0xE64D84) is unknown color: approx Dark Pink. HEX triplet: E6, 4D and 84. RGB value is (230,77,132). Sum of RGB (Red+Green+Blue) = 230+77+132=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D84 is #19B27B. Grayscale: #808080. Windows color (decimal): -1684092 or 8670694. OLE color: 8670694.

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

Color convert

RGB23077132-
CMYK00.670.430.10
HSL338.43º75.37%60.2%-
HSV(B)338.43º66.52%90.2%-
XYZ39.4523.824.34-
YUV129.02129.69200.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.39%
GREEN value IS 77 (30.47% from 255) = 17.54%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=52.39%
G=17.54%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307713200.670.430.10338.4375.3760.2
HexE64D840432BA1524b3c
Octal3461152040103531252211374
Binary111001101001101100001000100001110101110101010100101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64D84; }

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

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

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

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

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

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

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

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