Html Css Color HEX #E0A288 Tonys Pink

📋 copy color: '#E0A288'

red 224 ◦ green 162 ◦ blue 136

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

Shades of Tonys Pink #E0A288

Tints of Tonys Pink #E0A288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.03%

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

R = 42.91%
G = 31.03%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E0A288 (or 0xE0A288) is known color: Tonys Pink. HEX triplet: E0, A2 and 88. RGB value is (224,162,136). Sum of RGB (Red+Green+Blue) = 224+162+136=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A288 is #1F5D77. Grayscale: #B1B1B1. Windows color (decimal): -2055544 or 8954592. OLE color: 8954592.

HSL color Cylindrical-coordinate representation of color #E0A288: hue angle of 17.73º 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 #E0A288 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 162 136 -
CMYK 0 0.28 0.39 0.12
HSL 17.73º 0.59% 0.71% -
HSV(B) 17.73º 0.39% 0.88% -
XYZ 48.1 43.47 29.15 -
YUV 177.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 224 162 136 0 0.28 0.39 0.12 17.73 0.59 0.71
Hex E0 A2 88 0 1C 27 C 12 3B 47
Octal 340 242 210 0 34 47 14 22 73 107
Binary 11100000 10100010 10001000 0 11100 100111 1100 10010 111011 1000111

Color Harmonies of #E0A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A288

Black with #E0A288

Text Example


Text Example

White with #E0A288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A288; }

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

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

background-color css

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

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

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

border-color css

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

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

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