#E25E86

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

Shades of Dark Pink #E25E86

Tints of Dark Pink #E25E86

Color information

#E25E86 (or 0xE25E86) is unknown color: approx Dark Pink. HEX triplet: E2, 5E and 86. RGB value is (226,94,134). Sum of RGB (Red+Green+Blue) = 226+94+134=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E86 is #1DA179. Grayscale: #8A8A8A. Windows color (decimal): -1941882 or 8806114. OLE color: 8806114.

HSL color Cylindrical-coordinate representation of color #E25E86: hue angle of 341.82º 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 #E25E86 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB22694134-
CMYK00.580.410.11
HSL341.82º69.47%62.75%-
HSV(B)341.82º58.41%88.63%-
XYZ39.6725.925.46-
YUV138.03125.73190.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.78%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 134 (52.73% from 255) = 29.52%
R=49.78%
G=20.70%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269413400.580.410.11341.8269.4762.75
HexE25E8603A29B156453f
Octal342136206072511352610577
Binary11100010101111010000110011101010100110111010101101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25E86; }

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

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

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

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

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

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

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

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