Html Css Color HEX #E19D8A Tonys Pink

📋 copy color: '#E19D8A'

red 225 ◦ green 157 ◦ blue 138

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

Shades of Tonys Pink #E19D8A

Tints of Tonys Pink #E19D8A

RGB

 RED value IS 225 (88.28% from 255) = 43.27%

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

 BLUE value IS 138 (54.3% from 255) = 26.54%

R = 43.27%
G = 30.19%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E19D8A (or 0xE19D8A) is known color: Tonys Pink. HEX triplet: E1, 9D and 8A. RGB value is (225,157,138). Sum of RGB (Red+Green+Blue) = 225+157+138=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D8A is #1E6275. Grayscale: #AFAFAF. Windows color (decimal): -1991286 or 9084385. OLE color: 9084385.

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

Color convert

RGB 225 157 138 -
CMYK 0 0.30 0.39 0.12
HSL 13.1º 0.59% 0.71% -
HSV(B) 13.1º 0.39% 0.88% -
XYZ 47.7 41.96 29.63 -
YUV 175.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 225 157 138 0 0.30 0.39 0.12 13.1 0.59 0.71
Hex E1 9D 8A 0 1E 27 C D 3B 47
Octal 341 235 212 0 36 47 14 15 73 107
Binary 11100001 10011101 10001010 0 11110 100111 1100 1101 111011 1000111

Color Harmonies of #E19D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19D8A

Black with #E19D8A

Text Example


Text Example

White with #E19D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19D8A; }

 p { color: rgb(225,157,138); }

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

background-color css

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

 a { background-color: rgb(225,157,138); }

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

border-color css

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

 span { border-color: rgb(225,157,138); }

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