Html Css Color HEX #E09D8D Tonys Pink

📋 copy color: '#E09D8D'

red 224 ◦ green 157 ◦ blue 141

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

Shades of Tonys Pink #E09D8D

Tints of Tonys Pink #E09D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 42.91%
G = 30.08%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E09D8D (or 0xE09D8D) is known color: Tonys Pink. HEX triplet: E0, 9D and 8D. RGB value is (224,157,141). Sum of RGB (Red+Green+Blue) = 224+157+141=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D8D is #1F6272. Grayscale: #AFAFAF. Windows color (decimal): -2056819 or 9280992. OLE color: 9280992.

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

Color convert

RGB 224 157 141 -
CMYK 0 0.30 0.37 0.12
HSL 11.57º 0.57% 0.72% -
HSV(B) 11.57º 0.37% 0.88% -
XYZ 47.61 41.88 30.77 -
YUV 175.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 224 157 141 0 0.30 0.37 0.12 11.57 0.57 0.72
Hex E0 9D 8D 0 1E 25 C C 39 48
Octal 340 235 215 0 36 45 14 14 71 110
Binary 11100000 10011101 10001101 0 11110 100101 1100 1100 111001 1001000

Color Harmonies of #E09D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09D8D

Black with #E09D8D

Text Example


Text Example

White with #E09D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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