Html Css Color HEX #E09A86 Tonys Pink

📋 copy color: '#E09A86'

red 224 ◦ green 154 ◦ blue 134

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

Shades of Tonys Pink #E09A86

Tints of Tonys Pink #E09A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.17%

R = 43.75%
G = 30.08%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E09A86 (or 0xE09A86) is known color: Tonys Pink. HEX triplet: E0, 9A and 86. RGB value is (224,154,134). Sum of RGB (Red+Green+Blue) = 224+154+134=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A86 is #1F6579. Grayscale: #ACACAC. Windows color (decimal): -2057594 or 8821472. OLE color: 8821472.

HSL color Cylindrical-coordinate representation of color #E09A86: hue angle of 13.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E09A86 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 154 134 -
CMYK 0 0.31 0.40 0.12
HSL 13.33º 0.59% 0.7% -
HSV(B) 13.33º 0.4% 0.88% -
XYZ 46.6 40.68 27.95 -
YUV 172.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 224 154 134 0 0.31 0.40 0.12 13.33 0.59 0.7
Hex E0 9A 86 0 1F 28 C D 3B 46
Octal 340 232 206 0 37 50 14 15 73 106
Binary 11100000 10011010 10000110 0 11111 101000 1100 1101 111011 1000110

Color Harmonies of #E09A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A86

Black with #E09A86

Text Example


Text Example

White with #E09A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A86; }

 p { color: rgb(224,154,134); }

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

background-color css

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

 a { background-color: rgb(224,154,134); }

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

border-color css

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

 span { border-color: rgb(224,154,134); }

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