#EDA190

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

Shades of Tonys Pink #EDA190

Tints of Tonys Pink #EDA190

Color information

#EDA190 (or 0xEDA190) is unknown color: approx Tonys Pink. HEX triplet: ED, A1 and 90. RGB value is (237,161,144). Sum of RGB (Red+Green+Blue) = 237+161+144=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA190 is #125E6F. Grayscale: #B5B5B5. Windows color (decimal): -1203824 or 9478637. OLE color: 9478637.

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

Color convert

RGB237161144-
CMYK00.320.390.07
HSL10.97º72.09%74.71%-
HSV(B)10.97º39.24%92.94%-
XYZ52.745.5132.39-
YUV181.79106.68167.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=43.73%
G=29.70%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716114400.320.390.0710.9772.0974.71
HexEDA190020277b484b
Octal35524122004047713110113
Binary1110110110100001100100000100000100111111101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA190; }

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

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

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

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

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

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

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

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