#E69D8F

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

Shades of Tonys Pink #E69D8F

Tints of Tonys Pink #E69D8F

Color information

#E69D8F (or 0xE69D8F) is unknown color: approx Tonys Pink. HEX triplet: E6, 9D and 8F. RGB value is (230,157,143). Sum of RGB (Red+Green+Blue) = 230+157+143=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D8F is #196270. Grayscale: #B1B1B1. Windows color (decimal): -1663601 or 9412070. OLE color: 9412070.

HSL color Cylindrical-coordinate representation of color #E69D8F: hue angle of 9.66º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E69D8F is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230157143-
CMYK00.320.380.10
HSL9.66º63.5%73.14%-
HSV(B)9.66º37.83%90.2%-
XYZ49.6542.9231.65-
YUV177.23108.68165.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.40%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 143 (56.25% from 255) = 26.98%
R=43.40%
G=29.62%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015714300.320.380.109.6663.573.14
HexE69D8F02026Aa4049
Octal346235217040461212100111
Binary11100110100111011000111101000001001101010101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69D8F; }

 p { color: rgb(230,157,143); }

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

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

 a { background-color: rgb(230,157,143); }

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

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

 span { border-color: rgb(230,157,143); }

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