#E98D85

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

Shades of Sweet Pink #E98D85

Tints of Sweet Pink #E98D85

Color information

#E98D85 (or 0xE98D85) is unknown color: approx Sweet Pink. HEX triplet: E9, 8D and 85. RGB value is (233,141,133). Sum of RGB (Red+Green+Blue) = 233+141+133=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98D85 is #16727A. Grayscale: #A7A7A7. Windows color (decimal): -1471099 or 8752617. OLE color: 8752617.

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

Color convert

RGB233141133-
CMYK00.390.430.09
HSL4.8º69.44%71.76%-
HSV(B)4.8º42.92%91.37%-
XYZ47.3638.0727.04-
YUV167.6108.48174.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.96%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=45.96%
G=27.81%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314113300.390.430.094.869.4471.76
HexE98D850272B954548
Octal35121520504753115105110
Binary1110100110001101100001010100111101011100110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98D85; }

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

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

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

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

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

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

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

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