#E69F8E

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

Shades of Tonys Pink #E69F8E

Tints of Tonys Pink #E69F8E

Color information

#E69F8E (or 0xE69F8E) is unknown color: approx Tonys Pink. HEX triplet: E6, 9F and 8E. RGB value is (230,159,142). Sum of RGB (Red+Green+Blue) = 230+159+142=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F8E is #196071. Grayscale: #B2B2B2. Windows color (decimal): -1663090 or 9347046. OLE color: 9347046.

HSL color Cylindrical-coordinate representation of color #E69F8E: hue angle of 11.59º 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 #E69F8E is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230159142-
CMYK00.310.380.10
HSL11.59º63.77%72.94%-
HSV(B)11.59º38.26%90.2%-
XYZ49.9143.5731.37-
YUV178.29107.52164.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.31%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=43.31%
G=29.94%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015914200.310.380.1011.5963.7772.94
HexE69F8E01F26Ac4049
Octal346237216037461214100111
Binary1110011010011111100011100111111001101010110010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69F8E; }

 p { color: rgb(230,159,142); }

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

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

 a { background-color: rgb(230,159,142); }

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

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

 span { border-color: rgb(230,159,142); }

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