#E26181

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

Shades of Dark Pink #E26181

Tints of Dark Pink #E26181

Color information

#E26181 (or 0xE26181) is unknown color: approx Dark Pink. HEX triplet: E2, 61 and 81. RGB value is (226,97,129). Sum of RGB (Red+Green+Blue) = 226+97+129=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E26181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26181 is #1D9E7E. Grayscale: #8B8B8B. Windows color (decimal): -1941119 or 8479202. OLE color: 8479202.

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

Color convert

RGB22697129-
CMYK00.570.430.11
HSL345.12º68.98%63.33%-
HSV(B)345.12º57.08%88.63%-
XYZ39.626.323.76-
YUV139.22122.24189.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 129 (50.78% from 255) = 28.54%
R=50%
G=21.46%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269712900.570.430.11345.1268.9863.33
HexE261810392BB159453f
Octal342141201071531353110577
Binary11100010110000110000001011100110101110111010110011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26181; }

 p { color: rgb(226,97,129); }

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

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

 a { background-color: rgb(226,97,129); }

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

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

 span { border-color: rgb(226,97,129); }

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