#EDA192

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

Shades of Tonys Pink #EDA192

Tints of Tonys Pink #EDA192

Color information

#EDA192 (or 0xEDA192) is unknown color: approx Tonys Pink. HEX triplet: ED, A1 and 92. RGB value is (237,161,146). Sum of RGB (Red+Green+Blue) = 237+161+146=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA192 is #125E6D. Grayscale: #B6B6B6. Windows color (decimal): -1203822 or 9609709. OLE color: 9609709.

HSL color Cylindrical-coordinate representation of color #EDA192: hue angle of 9.89º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDA192 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237161146-
CMYK00.320.380.07
HSL9.89º71.65%75.1%-
HSV(B)9.89º38.4%92.94%-
XYZ52.8645.5733.2-
YUV182.01107.68167.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 161 (63.28% from 255) = 29.60%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=43.57%
G=29.60%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716114600.320.380.079.8971.6575.1
HexEDA192020267a484b
Octal35524122204046712110113
Binary1110110110100001100100100100000100110111101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA192; }

 p { color: rgb(237,161,146); }

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

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

 a { background-color: rgb(237,161,146); }

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

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

 span { border-color: rgb(237,161,146); }

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