#E84D88

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

Shades of Dark Pink #E84D88

Tints of Dark Pink #E84D88

Color information

#E84D88 (or 0xE84D88) is unknown color: approx Dark Pink. HEX triplet: E8, 4D and 88. RGB value is (232,77,136). Sum of RGB (Red+Green+Blue) = 232+77+136=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E84D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84D88 is #17B277. Grayscale: #818181. Windows color (decimal): -1553016 or 8932840. OLE color: 8932840.

HSL color Cylindrical-coordinate representation of color #E84D88: hue angle of 337.16º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84D88 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB23277136-
CMYK00.670.410.09
HSL337.16º77.11%60.59%-
HSV(B)337.16º66.81%90.98%-
XYZ40.3824.2425.84-
YUV130.07131.35200.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.13%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=52.13%
G=17.30%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327713600.670.410.09337.1677.1160.59
HexE84D880432991514d3d
Octal3501152100103511152111575
Binary111010001001101100010000100001110100110011010100011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84D88; }

 p { color: rgb(232,77,136); }

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

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

 a { background-color: rgb(232,77,136); }

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

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

 span { border-color: rgb(232,77,136); }

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