#E69B87

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

Shades of Tonys Pink #E69B87

Tints of Tonys Pink #E69B87

Color information

#E69B87 (or 0xE69B87) is unknown color: approx Tonys Pink. HEX triplet: E6, 9B and 87. RGB value is (230,155,135). Sum of RGB (Red+Green+Blue) = 230+155+135=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B87 is #196478. Grayscale: #AFAFAF. Windows color (decimal): -1664121 or 8887270. OLE color: 8887270.

HSL color Cylindrical-coordinate representation of color #E69B87: hue angle of 12.63º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E69B87 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB230155135-
CMYK00.330.410.10
HSL12.63º65.52%71.57%-
HSV(B)12.63º41.3%90.2%-
XYZ48.7342.0128.46-
YUV175.14105.35167.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.23%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 135 (53.12% from 255) = 25.96%
R=44.23%
G=29.81%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015513500.330.410.1012.6365.5271.57
HexE69B8702129Ad4248
Octal346233207041511215102110
Binary11100110100110111000011101000011010011010110110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69B87; }

 p { color: rgb(230,155,135); }

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

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

 a { background-color: rgb(230,155,135); }

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

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

 span { border-color: rgb(230,155,135); }

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