#E19384

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

Shades of Tonys Pink #E19384

Tints of Tonys Pink #E19384

Color information

#E19384 (or 0xE19384) is unknown color: approx Tonys Pink. HEX triplet: E1, 93 and 84. RGB value is (225,147,132). Sum of RGB (Red+Green+Blue) = 225+147+132=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E19384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19384 is #1E6C7B. Grayscale: #A8A8A8. Windows color (decimal): -1993852 or 8688609. OLE color: 8688609.

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

Color convert

RGB225147132-
CMYK00.350.410.12
HSL9.68º60.78%70%-
HSV(B)9.68º41.33%88.24%-
XYZ45.6538.5426.86-
YUV168.61107.34168.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=44.64%
G=29.17%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514713200.350.410.129.6860.7870
HexE1938402329Ca3d46
Octal34122320404351141275106
Binary1110000110010011100001000100011101001110010101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19384; }

 p { color: rgb(225,147,132); }

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

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

 a { background-color: rgb(225,147,132); }

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

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

 span { border-color: rgb(225,147,132); }

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