Html Css Color HEX #E9A094 Tonys Pink

📋 copy color: '#E9A094'

red 233 ◦ green 160 ◦ blue 148

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

Shades of Tonys Pink #E9A094

Tints of Tonys Pink #E9A094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.36%

R = 43.07%
G = 29.57%
B = 27.36%

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

#E9A094 (or 0xE9A094) is known color: Tonys Pink. HEX triplet: E9, A0 and 94. RGB value is (233,160,148). Sum of RGB (Red+Green+Blue) = 233+160+148=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A094 is #165F6B. Grayscale: #B4B4B4. Windows color (decimal): -1466220 or 9740521. OLE color: 9740521.

HSL color Cylindrical-coordinate representation of color #E9A094: hue angle of 8.47º degrees, saturation: 0.66, 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 #E9A094 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 160 148 -
CMYK 0 0.31 0.36 0.09
HSL 8.47º 0.66% 0.75% -
HSV(B) 8.47º 0.36% 0.91% -
XYZ 51.52 44.6 33.91 -
YUV 180.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 233 160 148 0 0.31 0.36 0.09 8.47 0.66 0.75
Hex E9 A0 94 0 1F 24 9 8 42 4B
Octal 351 240 224 0 37 44 11 10 102 113
Binary 11101001 10100000 10010100 0 11111 100100 1001 1000 1000010 1001011

Color Harmonies of #E9A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A094

Black with #E9A094

Text Example


Text Example

White with #E9A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A094; }

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

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

background-color css

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

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

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

border-color css

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

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

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