#E6988D

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

Shades of Tonys Pink #E6988D

Tints of Tonys Pink #E6988D

Color information

#E6988D (or 0xE6988D) is unknown color: approx Tonys Pink. HEX triplet: E6, 98 and 8D. RGB value is (230,152,141). Sum of RGB (Red+Green+Blue) = 230+152+141=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6988D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6988D is #196772. Grayscale: #AEAEAE. Windows color (decimal): -1664883 or 9279718. OLE color: 9279718.

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

Color convert

RGB230152141-
CMYK00.340.390.10
HSL7.42º64.03%72.75%-
HSV(B)7.42º38.7%90.2%-
XYZ48.6741.230.59-
YUV174.07109.34167.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.98%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=43.98%
G=29.06%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015214100.340.390.107.4264.0372.75
HexE6988D02227A74049
Octal34623021504247127100111
Binary1110011010011000100011010100010100111101011110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6988D; }

 p { color: rgb(230,152,141); }

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

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

 a { background-color: rgb(230,152,141); }

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

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

 span { border-color: rgb(230,152,141); }

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