Html Css Color HEX #E0A088 Tonys Pink

📋 copy color: '#E0A088'

red 224 ◦ green 160 ◦ blue 136

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

Shades of Tonys Pink #E0A088

Tints of Tonys Pink #E0A088

RGB

 RED value IS 224 (87.89% from 255) = 43.08%

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

 BLUE value IS 136 (53.52% from 255) = 26.15%

R = 43.08%
G = 30.77%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E0A088 (or 0xE0A088) is known color: Tonys Pink. HEX triplet: E0, A0 and 88. RGB value is (224,160,136). Sum of RGB (Red+Green+Blue) = 224+160+136=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A088 is #1F5F77. Grayscale: #B0B0B0. Windows color (decimal): -2056056 or 8954080. OLE color: 8954080.

HSL color Cylindrical-coordinate representation of color #E0A088: hue angle of 16.36º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0A088 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 160 136 -
CMYK 0 0.29 0.39 0.12
HSL 16.36º 0.59% 0.71% -
HSV(B) 16.36º 0.39% 0.88% -
XYZ 47.76 42.77 29.03 -
YUV 176.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 224 160 136 0 0.29 0.39 0.12 16.36 0.59 0.71
Hex E0 A0 88 0 1D 27 C 10 3B 47
Octal 340 240 210 0 35 47 14 20 73 107
Binary 11100000 10100000 10001000 0 11101 100111 1100 10000 111011 1000111

Color Harmonies of #E0A088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A088

Black with #E0A088

Text Example


Text Example

White with #E0A088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A088; }

 p { color: rgb(224,160,136); }

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

background-color css

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

 a { background-color: rgb(224,160,136); }

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

border-color css

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

 span { border-color: rgb(224,160,136); }

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