#E26080

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

Shades of Dark Pink #E26080

Tints of Dark Pink #E26080

Color information

#E26080 (or 0xE26080) is unknown color: approx Dark Pink. HEX triplet: E2, 60 and 80. RGB value is (226,96,128). Sum of RGB (Red+Green+Blue) = 226+96+128=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E26080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26080 is #1D9F7F. Grayscale: #8A8A8A. Windows color (decimal): -1941376 or 8413410. OLE color: 8413410.

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

Color convert

RGB22696128-
CMYK00.580.430.11
HSL345.23º69.15%63.14%-
HSV(B)345.23º57.52%88.63%-
XYZ39.4426.0923.38-
YUV138.52122.07190.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.22%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=50.22%
G=21.33%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269612800.580.430.11345.2369.1563.14
HexE2608003A2BB159453f
Octal342140200072531353110577
Binary11100010110000010000000011101010101110111010110011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26080; }

 p { color: rgb(226,96,128); }

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

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

 a { background-color: rgb(226,96,128); }

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

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

 span { border-color: rgb(226,96,128); }

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