#E25686

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

Shades of Dark Pink #E25686

Tints of Dark Pink #E25686

Color information

#E25686 (or 0xE25686) is unknown color: approx Dark Pink. HEX triplet: E2, 56 and 86. RGB value is (226,86,134). Sum of RGB (Red+Green+Blue) = 226+86+134=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E25686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25686 is #1DA979. Grayscale: #858585. Windows color (decimal): -1943930 or 8804066. OLE color: 8804066.

HSL color Cylindrical-coordinate representation of color #E25686: hue angle of 339.43º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25686 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB22686134-
CMYK00.620.410.11
HSL339.43º70.71%61.18%-
HSV(B)339.43º61.95%88.63%-
XYZ38.9924.5525.24-
YUV133.33128.38194.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.67%
GREEN value IS 86 (33.98% from 255) = 19.28%
BLUE value IS 134 (52.73% from 255) = 30.04%
R=50.67%
G=19.28%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268613400.620.410.11339.4370.7161.18
HexE2568603E29B153473d
Octal342126206076511352310775
Binary11100010101011010000110011111010100110111010100111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25686; }

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

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

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

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

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

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

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

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