#E19485

Color #E19485 Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #E19485

Tints of Tonys Pink #E19485

Color information

#E19485 (or 0xE19485) is unknown color: approx Tonys Pink. HEX triplet: E1, 94 and 85. RGB value is (225,148,133). Sum of RGB (Red+Green+Blue) = 225+148+133=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E19485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19485 is #1E6B7A. Grayscale: #A9A9A9. Windows color (decimal): -1993595 or 8754401. OLE color: 8754401.

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

Color convert

RGB225148133-
CMYK00.340.410.12
HSL9.78º60.53%70.2%-
HSV(B)9.78º40.89%88.24%-
XYZ45.8738.8827.28-
YUV169.31107.51167.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=44.47%
G=29.25%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514813300.340.410.129.7860.5370.2
HexE1948502229Ca3d46
Octal34122420504251141275106
Binary1110000110010100100001010100010101001110010101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19485; }

 p { color: rgb(225,148,133); }

 H1.HeaderClassName
 {
   color: #E19485;
 }
 .AnyTagClassName
 {
   color: #E19485;
 }
</style>
background-color css

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

 a { background-color: rgb(225,148,133); }

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

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

 span { border-color: rgb(225,148,133); }

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