#E25679

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

Shades of Dark Pink #E25679

Tints of Dark Pink #E25679

Color information

#E25679 (or 0xE25679) is unknown color: approx Dark Pink. HEX triplet: E2, 56 and 79. RGB value is (226,86,121). Sum of RGB (Red+Green+Blue) = 226+86+121=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E25679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25679 is #1DA986. Grayscale: #838383. Windows color (decimal): -1943943 or 7952098. OLE color: 7952098.

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

Color convert

RGB22686121-
CMYK00.620.460.11
HSL345º70.71%61.18%-
HSV(B)345º61.95%88.63%-
XYZ38.1424.220.75-
YUV131.85121.88195.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.19%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=52.19%
G=19.86%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268612100.620.460.1134570.7161.18
HexE2567903E2EB159473d
Octal342126171076561353110775
Binary1110001010101101111001011111010111010111010110011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25679; }

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

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

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

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

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

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

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

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