#E98D8D

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

Shades of Sweet Pink #E98D8D

Tints of Sweet Pink #E98D8D

Color information

#E98D8D (or 0xE98D8D) is unknown color: approx Sweet Pink. HEX triplet: E9, 8D and 8D. RGB value is (233,141,141). Sum of RGB (Red+Green+Blue) = 233+141+141=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98D8D is #167272. Grayscale: #A8A8A8. Windows color (decimal): -1471091 or 9276905. OLE color: 9276905.

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

Color convert

RGB233141141-
CMYK00.390.390.09
HSL67.65%73.33%-
HSV(B)39.48%91.37%-
XYZ47.9438.330.06-
YUV168.51112.48174-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.24%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=45.24%
G=27.38%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314114100.390.390.09067.6573.33
HexE98D8D02727904449
Octal35121521504747110104111
Binary11101001100011011000110101001111001111001010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98D8D; }

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

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

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

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

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

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

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

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