#ED9B8E

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

Shades of Tonys Pink #ED9B8E

Tints of Tonys Pink #ED9B8E

Color information

#ED9B8E (or 0xED9B8E) is unknown color: approx Tonys Pink. HEX triplet: ED, 9B and 8E. RGB value is (237,155,142). Sum of RGB (Red+Green+Blue) = 237+155+142=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9B8E is #126471. Grayscale: #B2B2B2. Windows color (decimal): -1205362 or 9346029. OLE color: 9346029.

HSL color Cylindrical-coordinate representation of color #ED9B8E: hue angle of 8.21º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED9B8E is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237155142-
CMYK00.350.400.07
HSL8.21º72.52%74.31%-
HSV(B)8.21º40.08%92.94%-
XYZ51.5343.431.25-
YUV178.04107.67170.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=44.38%
G=29.03%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715514200.350.400.078.2172.5274.31
HexED9B8E0232878494a
Octal35523321604350710111112
Binary1110110110011011100011100100011101000111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9B8E; }

 p { color: rgb(237,155,142); }

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

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

 a { background-color: rgb(237,155,142); }

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

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

 span { border-color: rgb(237,155,142); }

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