Html Css Color HEX #E29885 Tonys Pink

📋 copy color: '#E29885'

red 226 ◦ green 152 ◦ blue 133

#E29885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tonys Pink #E29885

Tints of Tonys Pink #E29885

RGB

 RED value IS 226 (88.67% from 255) = 44.23%

 GREEN value IS 152 (59.77% from 255) = 29.75%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 44.23%
G = 29.75%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E29885 (or 0xE29885) is known color: Tonys Pink. HEX triplet: E2, 98 and 85. RGB value is (226,152,133). Sum of RGB (Red+Green+Blue) = 226+152+133=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E29885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29885 is #1D677A. Grayscale: #ACACAC. Windows color (decimal): -1927035 or 8755426. OLE color: 8755426.

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

Color convert

RGB 226 152 133 -
CMYK 0 0.33 0.41 0.11
HSL 12.26º 0.62% 0.7% -
HSV(B) 12.26º 0.41% 0.89% -
XYZ 46.83 40.32 27.5 -
YUV 171.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 226 152 133 0 0.33 0.41 0.11 12.26 0.62 0.7
Hex E2 98 85 0 21 29 B C 3E 46
Octal 342 230 205 0 41 51 13 14 76 106
Binary 11100010 10011000 10000101 0 100001 101001 1011 1100 111110 1000110

Color Harmonies of #E29885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29885

Black with #E29885

Text Example


Text Example

White with #E29885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29885; }

 p { color: rgb(226,152,133); }

 H1.HeaderClassName
 {
   color: #E29885;
 }
 .AnyTagClassName
 {
   color: #E29885;
 }
</style>

background-color css

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

 a { background-color: rgb(226,152,133); }

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

border-color css

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

 span { border-color: rgb(226,152,133); }

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