#E26182

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

Shades of Dark Pink #E26182

Tints of Dark Pink #E26182

Color information

#E26182 (or 0xE26182) is unknown color: approx Dark Pink. HEX triplet: E2, 61 and 82. RGB value is (226,97,130). Sum of RGB (Red+Green+Blue) = 226+97+130=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E26182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26182 is #1D9E7D. Grayscale: #8B8B8B. Windows color (decimal): -1941118 or 8544738. OLE color: 8544738.

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

Color convert

RGB22697130-
CMYK00.570.420.11
HSL344.65º68.98%63.33%-
HSV(B)344.65º57.08%88.63%-
XYZ39.6726.3324.11-
YUV139.33122.74189.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.89%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=49.89%
G=21.41%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269713000.570.420.11344.6568.9863.33
HexE261820392AB159453f
Octal342141202071521353110577
Binary11100010110000110000010011100110101010111010110011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26182; }

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

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

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

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

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

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

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

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