#E69E8A

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

Shades of Tonys Pink #E69E8A

Tints of Tonys Pink #E69E8A

Color information

#E69E8A (or 0xE69E8A) is unknown color: approx Tonys Pink. HEX triplet: E6, 9E and 8A. RGB value is (230,158,138). Sum of RGB (Red+Green+Blue) = 230+158+138=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E8A is #196175. Grayscale: #B1B1B1. Windows color (decimal): -1663350 or 9084646. OLE color: 9084646.

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

Color convert

RGB230158138-
CMYK00.310.40.10
HSL13.04º64.79%72.16%-
HSV(B)13.04º40%90.2%-
XYZ49.4543.1129.76-
YUV177.25105.85165.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.73%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=43.73%
G=30.04%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015813800.310.40.1013.0464.7972.16
HexE69E8A01F28Ad4148
Octal346236212037501215101110
Binary1110011010011110100010100111111010001010110110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69E8A; }

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

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

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

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

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

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

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

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