Html Css Color HEX #E9A096 Tonys Pink

📋 copy color: '#E9A096'

red 233 ◦ green 160 ◦ blue 150

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

Shades of Tonys Pink #E9A096

Tints of Tonys Pink #E9A096

RGB

 RED value IS 233 (91.41% from 255) = 42.91%

 GREEN value IS 160 (62.89% from 255) = 29.47%

 BLUE value IS 150 (58.98% from 255) = 27.62%

R = 42.91%
G = 29.47%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E9A096 (or 0xE9A096) is known color: Tonys Pink. HEX triplet: E9, A0 and 96. RGB value is (233,160,150). Sum of RGB (Red+Green+Blue) = 233+160+150=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A096 is #165F69. Grayscale: #B4B4B4. Windows color (decimal): -1466218 or 9871593. OLE color: 9871593.

HSL color Cylindrical-coordinate representation of color #E9A096: hue angle of 7.23º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9A096 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 160 150 -
CMYK 0 0.31 0.36 0.09
HSL 7.23º 0.65% 0.75% -
HSV(B) 7.23º 0.36% 0.91% -
XYZ 51.68 44.67 34.75 -
YUV 180.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 233 160 150 0 0.31 0.36 0.09 7.23 0.65 0.75
Hex E9 A0 96 0 1F 24 9 7 41 4B
Octal 351 240 226 0 37 44 11 7 101 113
Binary 11101001 10100000 10010110 0 11111 100100 1001 111 1000001 1001011

Color Harmonies of #E9A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A096

Black with #E9A096

Text Example


Text Example

White with #E9A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A096; }

 p { color: rgb(233,160,150); }

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

background-color css

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

 a { background-color: rgb(233,160,150); }

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

border-color css

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

 span { border-color: rgb(233,160,150); }

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