#E69689

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

Shades of Tonys Pink #E69689

Tints of Tonys Pink #E69689

Color information

#E69689 (or 0xE69689) is unknown color: approx Tonys Pink. HEX triplet: E6, 96 and 89. RGB value is (230,150,137). Sum of RGB (Red+Green+Blue) = 230+150+137=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E69689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69689 is #196976. Grayscale: #ACACAC. Windows color (decimal): -1665399 or 9017062. OLE color: 9017062.

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

Color convert

RGB230150137-
CMYK00.350.400.10
HSL8.39º65.03%71.96%-
HSV(B)8.39º40.43%90.2%-
XYZ48.0540.4428.94-
YUV172.44108169.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.49%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 137 (53.91% from 255) = 26.50%
R=44.49%
G=29.01%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015013700.350.400.108.3965.0371.96
HexE6968902328A84148
Octal346226211043501210101110
Binary11100110100101101000100101000111010001010100010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69689; }

 p { color: rgb(230,150,137); }

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

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

 a { background-color: rgb(230,150,137); }

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

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

 span { border-color: rgb(230,150,137); }

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