Html Css Color HEX #E19A8A Tonys Pink

📋 copy color: '#E19A8A'

red 225 ◦ green 154 ◦ blue 138

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

Shades of Tonys Pink #E19A8A

Tints of Tonys Pink #E19A8A

RGB

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

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

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

R = 43.52%
G = 29.79%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E19A8A (or 0xE19A8A) is known color: Tonys Pink. HEX triplet: E1, 9A and 8A. RGB value is (225,154,138). Sum of RGB (Red+Green+Blue) = 225+154+138=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A8A is #1E6575. Grayscale: #ADADAD. Windows color (decimal): -1992054 or 9083617. OLE color: 9083617.

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

Color convert

RGB 225 154 138 -
CMYK 0 0.32 0.39 0.12
HSL 11.03º 0.59% 0.71% -
HSV(B) 11.03º 0.39% 0.88% -
XYZ 47.19 40.95 29.46 -
YUV 173.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 225 154 138 0 0.32 0.39 0.12 11.03 0.59 0.71
Hex E1 9A 8A 0 20 27 C B 3B 47
Octal 341 232 212 0 40 47 14 13 73 107
Binary 11100001 10011010 10001010 0 100000 100111 1100 1011 111011 1000111

Color Harmonies of #E19A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19A8A

Black with #E19A8A

Text Example


Text Example

White with #E19A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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