#E69D90

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

Shades of Tonys Pink #E69D90

Tints of Tonys Pink #E69D90

Color information

#E69D90 (or 0xE69D90) is unknown color: approx Tonys Pink. HEX triplet: E6, 9D and 90. RGB value is (230,157,144). Sum of RGB (Red+Green+Blue) = 230+157+144=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D90 is #19626F. Grayscale: #B1B1B1. Windows color (decimal): -1663600 or 9477606. OLE color: 9477606.

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

Color convert

RGB230157144-
CMYK00.320.370.10
HSL9.07º63.24%73.33%-
HSV(B)9.07º37.39%90.2%-
XYZ49.7242.9532.06-
YUV177.34109.18165.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.31%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=43.31%
G=29.57%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015714400.320.370.109.0763.2473.33
HexE69D9002025A93f49
Octal34623522004045121177111
Binary1110011010011101100100000100000100101101010011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69D90; }

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

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

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

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

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

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

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

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