#E2998A

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

Shades of Tonys Pink #E2998A

Tints of Tonys Pink #E2998A

Color information

#E2998A (or 0xE2998A) is unknown color: approx Tonys Pink. HEX triplet: E2, 99 and 8A. RGB value is (226,153,138). Sum of RGB (Red+Green+Blue) = 226+153+138=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2998A is #1D6675. Grayscale: #ADADAD. Windows color (decimal): -1926774 or 9083362. OLE color: 9083362.

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

Color convert

RGB226153138-
CMYK00.320.390.11
HSL10.23º60.27%71.37%-
HSV(B)10.23º38.94%88.63%-
XYZ47.3440.7929.42-
YUV173.12108.18165.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.71%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=43.71%
G=29.59%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615313800.320.390.1110.2360.2771.37
HexE2998A02027Ba3c47
Octal34223121204047131274107
Binary1110001010011001100010100100000100111101110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2998A; }

 p { color: rgb(226,153,138); }

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

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

 a { background-color: rgb(226,153,138); }

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

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

 span { border-color: rgb(226,153,138); }

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