Html Css Color HEX #E29A8B Tonys Pink

📋 copy color: '#E29A8B'

red 226 ◦ green 154 ◦ blue 139

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

Shades of Tonys Pink #E29A8B

Tints of Tonys Pink #E29A8B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.67%

 BLUE value IS 139 (54.69% from 255) = 26.78%

R = 43.55%
G = 29.67%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E29A8B (or 0xE29A8B) is known color: Tonys Pink. HEX triplet: E2, 9A and 8B. RGB value is (226,154,139). Sum of RGB (Red+Green+Blue) = 226+154+139=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29A8B is #1D6574. Grayscale: #ADADAD. Windows color (decimal): -1926517 or 9149154. OLE color: 9149154.

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

Color convert

RGB 226 154 139 -
CMYK 0 0.32 0.38 0.11
HSL 10.34º 0.6% 0.72% -
HSV(B) 10.34º 0.38% 0.89% -
XYZ 47.58 41.14 29.86 -
YUV 173.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 226 154 139 0 0.32 0.38 0.11 10.34 0.6 0.72
Hex E2 9A 8B 0 20 26 B A 3C 48
Octal 342 232 213 0 40 46 13 12 74 110
Binary 11100010 10011010 10001011 0 100000 100110 1011 1010 111100 1001000

Color Harmonies of #E29A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29A8B

Black with #E29A8B

Text Example


Text Example

White with #E29A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29A8B; }

 p { color: rgb(226,154,139); }

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

background-color css

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

 a { background-color: rgb(226,154,139); }

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

border-color css

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

 span { border-color: rgb(226,154,139); }

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