#E25D8D

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

Shades of Dark Pink #E25D8D

Tints of Dark Pink #E25D8D

Color information

#E25D8D (or 0xE25D8D) is unknown color: approx Dark Pink. HEX triplet: E2, 5D and 8D. RGB value is (226,93,141). Sum of RGB (Red+Green+Blue) = 226+93+141=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D8D is #1DA272. Grayscale: #8A8A8A. Windows color (decimal): -1942131 or 9264610. OLE color: 9264610.

HSL color Cylindrical-coordinate representation of color #E25D8D: hue angle of 338.35º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D8D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB22693141-
CMYK00.590.380.11
HSL338.35º69.63%62.55%-
HSV(B)338.35º58.85%88.63%-
XYZ40.0925.9228.09-
YUV138.24129.56190.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.13%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=49.13%
G=20.22%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269314100.590.380.11338.3569.6362.55
HexE25D8D03B26B152463f
Octal342135215073461352210677
Binary11100010101110110001101011101110011010111010100101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25D8D; }

 p { color: rgb(226,93,141); }

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

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

 a { background-color: rgb(226,93,141); }

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

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

 span { border-color: rgb(226,93,141); }

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