#E64D82

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

Shades of Dark Pink #E64D82

Tints of Dark Pink #E64D82

Color information

#E64D82 (or 0xE64D82) is unknown color: approx Dark Pink. HEX triplet: E6, 4D and 82. RGB value is (230,77,130). Sum of RGB (Red+Green+Blue) = 230+77+130=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64D82 is #19B27D. Grayscale: #808080. Windows color (decimal): -1684094 or 8539622. OLE color: 8539622.

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

Color convert

RGB23077130-
CMYK00.670.430.10
HSL339.22º75.37%60.2%-
HSV(B)339.22º66.52%90.2%-
XYZ39.3223.7423.63-
YUV128.79128.69200.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.63%
GREEN value IS 77 (30.47% from 255) = 17.62%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=52.63%
G=17.62%
B=29.75%

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
Decimal2307713000.670.430.10339.2275.3760.2
HexE64D820432BA1534b3c
Octal3461152020103531252311374
Binary111001101001101100000100100001110101110101010100111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64D82; }

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

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

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

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

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

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

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

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