#E98D82

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

Shades of Sweet Pink #E98D82

Tints of Sweet Pink #E98D82

Color information

#E98D82 (or 0xE98D82) is unknown color: approx Sweet Pink. HEX triplet: E9, 8D and 82. RGB value is (233,141,130). Sum of RGB (Red+Green+Blue) = 233+141+130=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98D82 is #16727D. Grayscale: #A7A7A7. Windows color (decimal): -1471102 or 8556009. OLE color: 8556009.

HSL color Cylindrical-coordinate representation of color #E98D82: hue angle of 6.41º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E98D82 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB233141130-
CMYK00.390.440.09
HSL6.41º70.07%71.18%-
HSV(B)6.41º44.21%91.37%-
XYZ47.1637.9925.97-
YUV167.25106.98174.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.23%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=46.23%
G=27.98%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314113000.390.440.096.4170.0771.18
HexE98D820272C964647
Octal35121520204754116106107
Binary1110100110001101100000100100111101100100111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98D82; }

 p { color: rgb(233,141,130); }

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

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

 a { background-color: rgb(233,141,130); }

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

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

 span { border-color: rgb(233,141,130); }

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