Html Css Color HEX #E09D85 Tonys Pink

📋 copy color: '#E09D85'

red 224 ◦ green 157 ◦ blue 133

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

Shades of Tonys Pink #E09D85

Tints of Tonys Pink #E09D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.54%

 BLUE value IS 133 (52.34% from 255) = 25.88%

R = 43.58%
G = 30.54%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E09D85 (or 0xE09D85) is known color: Tonys Pink. HEX triplet: E0, 9D and 85. RGB value is (224,157,133). Sum of RGB (Red+Green+Blue) = 224+157+133=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D85 is #1F627A. Grayscale: #AEAEAE. Windows color (decimal): -2056827 or 8756704. OLE color: 8756704.

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

Color convert

RGB 224 157 133 -
CMYK 0 0.30 0.41 0.12
HSL 15.82º 0.59% 0.7% -
HSV(B) 15.82º 0.41% 0.88% -
XYZ 47.03 41.65 27.75 -
YUV 174.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 224 157 133 0 0.30 0.41 0.12 15.82 0.59 0.7
Hex E0 9D 85 0 1E 29 C 10 3B 46
Octal 340 235 205 0 36 51 14 20 73 106
Binary 11100000 10011101 10000101 0 11110 101001 1100 10000 111011 1000110

Color Harmonies of #E09D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09D85

Black with #E09D85

Text Example


Text Example

White with #E09D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09D85; }

 p { color: rgb(224,157,133); }

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

background-color css

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

 a { background-color: rgb(224,157,133); }

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

border-color css

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

 span { border-color: rgb(224,157,133); }

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