Html Css Color HEX #E29585 Tonys Pink

📋 copy color: '#E29585'

red 226 ◦ green 149 ◦ blue 133

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

Shades of Tonys Pink #E29585

Tints of Tonys Pink #E29585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.33%

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

R = 44.49%
G = 29.33%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E29585 (or 0xE29585) is known color: Tonys Pink. HEX triplet: E2, 95 and 85. RGB value is (226,149,133). Sum of RGB (Red+Green+Blue) = 226+149+133=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E29585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29585 is #1D6A7A. Grayscale: #AAAAAA. Windows color (decimal): -1927803 or 8754658. OLE color: 8754658.

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

Color convert

RGB 226 149 133 -
CMYK 0 0.34 0.41 0.11
HSL 10.32º 0.62% 0.7% -
HSV(B) 10.32º 0.41% 0.89% -
XYZ 46.35 39.36 27.34 -
YUV 170.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 226 149 133 0 0.34 0.41 0.11 10.32 0.62 0.7
Hex E2 95 85 0 22 29 B A 3E 46
Octal 342 225 205 0 42 51 13 12 76 106
Binary 11100010 10010101 10000101 0 100010 101001 1011 1010 111110 1000110

Color Harmonies of #E29585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29585

Black with #E29585

Text Example


Text Example

White with #E29585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29585; }

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

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

background-color css

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

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

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

border-color css

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

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

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