#E25E78

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

Shades of Dark Pink #E25E78

Tints of Dark Pink #E25E78

Color information

#E25E78 (or 0xE25E78) is unknown color: approx Dark Pink. HEX triplet: E2, 5E and 78. RGB value is (226,94,120). Sum of RGB (Red+Green+Blue) = 226+94+120=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25E78 is #1DA187. Grayscale: #888888. Windows color (decimal): -1941896 or 7888610. OLE color: 7888610.

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

Color convert

RGB22694120-
CMYK00.580.470.11
HSL348.18º69.47%62.75%-
HSV(B)348.18º58.41%88.63%-
XYZ38.7625.5320.65-
YUV136.43118.73191.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.36%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=51.36%
G=21.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269412000.580.470.11348.1869.4762.75
HexE25E7803A2FB15c453f
Octal342136170072571353410577
Binary1110001010111101111000011101010111110111010111001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25E78; }

 p { color: rgb(226,94,120); }

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

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

 a { background-color: rgb(226,94,120); }

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

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

 span { border-color: rgb(226,94,120); }

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