#E69D8B

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

Shades of Tonys Pink #E69D8B

Tints of Tonys Pink #E69D8B

Color information

#E69D8B (or 0xE69D8B) is unknown color: approx Tonys Pink. HEX triplet: E6, 9D and 8B. RGB value is (230,157,139). Sum of RGB (Red+Green+Blue) = 230+157+139=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D8B is #196274. Grayscale: #B0B0B0. Windows color (decimal): -1663605 or 9149926. OLE color: 9149926.

HSL color Cylindrical-coordinate representation of color #E69D8B: hue angle of 11.87º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E69D8B is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB230157139-
CMYK00.320.400.10
HSL11.87º64.54%72.35%-
HSV(B)11.87º39.57%90.2%-
XYZ49.3542.830.09-
YUV176.77106.68165.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.73%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=43.73%
G=29.85%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015713900.320.400.1011.8764.5472.35
HexE69D8B02028Ac4148
Octal346235213040501214101110
Binary11100110100111011000101101000001010001010110010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69D8B; }

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

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

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

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

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

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

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

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