#E29784

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

Shades of Tonys Pink #E29784

Tints of Tonys Pink #E29784

Color information

#E29784 (or 0xE29784) is unknown color: approx Tonys Pink. HEX triplet: E2, 97 and 84. RGB value is (226,151,132). Sum of RGB (Red+Green+Blue) = 226+151+132=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E29784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29784 is #1D687B. Grayscale: #ABABAB. Windows color (decimal): -1927292 or 8689634. OLE color: 8689634.

HSL color Cylindrical-coordinate representation of color #E29784: hue angle of 12.13º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E29784 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB226151132-
CMYK00.330.420.11
HSL12.13º61.84%70.2%-
HSV(B)12.13º41.59%88.63%-
XYZ46.639.9727.09-
YUV171.26105.85167.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.40%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=44.40%
G=29.67%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615113200.330.420.1112.1361.8470.2
HexE297840212ABc3e46
Octal34222720404152131476106
Binary1110001010010111100001000100001101010101111001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29784; }

 p { color: rgb(226,151,132); }

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

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

 a { background-color: rgb(226,151,132); }

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

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

 span { border-color: rgb(226,151,132); }

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