#ED9F90

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

Shades of Tonys Pink #ED9F90

Tints of Tonys Pink #ED9F90

Color information

#ED9F90 (or 0xED9F90) is unknown color: approx Tonys Pink. HEX triplet: ED, 9F and 90. RGB value is (237,159,144). Sum of RGB (Red+Green+Blue) = 237+159+144=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F90 is #12606F. Grayscale: #B4B4B4. Windows color (decimal): -1204336 or 9478125. OLE color: 9478125.

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

Color convert

RGB237159144-
CMYK00.330.390.07
HSL9.68º72.09%74.71%-
HSV(B)9.68º39.24%92.94%-
XYZ52.3644.8132.28-
YUV180.61107.34168.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.89%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 144 (56.64% from 255) = 26.67%
R=43.89%
G=29.44%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715914400.330.390.079.6872.0974.71
HexED9F90021277a484b
Octal35523722004147712110113
Binary1110110110011111100100000100001100111111101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9F90; }

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

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

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

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

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

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

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

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