#E69E91

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

Shades of Tonys Pink #E69E91

Tints of Tonys Pink #E69E91

Color information

#E69E91 (or 0xE69E91) is unknown color: approx Tonys Pink. HEX triplet: E6, 9E and 91. RGB value is (230,158,145). Sum of RGB (Red+Green+Blue) = 230+158+145=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E91 is #19616E. Grayscale: #B2B2B2. Windows color (decimal): -1663343 or 9543398. OLE color: 9543398.

HSL color Cylindrical-coordinate representation of color #E69E91: hue angle of 9.18º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69E91 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB230158145-
CMYK00.310.370.10
HSL9.18º62.96%73.53%-
HSV(B)9.18º36.96%90.2%-
XYZ49.9743.3232.52-
YUV178.05109.35165.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 145 (57.03% from 255) = 27.20%
R=43.15%
G=29.64%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015814500.310.370.109.1862.9673.53
HexE69E9101F25A93f4a
Octal34623622103745121177112
Binary111001101001111010010001011111100101101010011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69E91; }

 p { color: rgb(230,158,145); }

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

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

 a { background-color: rgb(230,158,145); }

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

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

 span { border-color: rgb(230,158,145); }

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