Html Css Color HEX #E09A85 Tonys Pink

📋 copy color: '#E09A85'

red 224 ◦ green 154 ◦ blue 133

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

Shades of Tonys Pink #E09A85

Tints of Tonys Pink #E09A85

RGB

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

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

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

R = 43.84%
G = 30.14%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E09A85 (or 0xE09A85) is known color: Tonys Pink. HEX triplet: E0, 9A and 85. RGB value is (224,154,133). Sum of RGB (Red+Green+Blue) = 224+154+133=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A85 is #1F657A. Grayscale: #ACACAC. Windows color (decimal): -2057595 or 8755936. OLE color: 8755936.

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

Color convert

RGB 224 154 133 -
CMYK 0 0.31 0.41 0.12
HSL 13.85º 0.59% 0.7% -
HSV(B) 13.85º 0.41% 0.88% -
XYZ 46.53 40.65 27.58 -
YUV 172.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 224 154 133 0 0.31 0.41 0.12 13.85 0.59 0.7
Hex E0 9A 85 0 1F 29 C E 3B 46
Octal 340 232 205 0 37 51 14 16 73 106
Binary 11100000 10011010 10000101 0 11111 101001 1100 1110 111011 1000110

Color Harmonies of #E09A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09A85

Black with #E09A85

Text Example


Text Example

White with #E09A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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