#E98E85

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

Shades of Sweet Pink #E98E85

Tints of Sweet Pink #E98E85

Color information

#E98E85 (or 0xE98E85) is unknown color: approx Sweet Pink. HEX triplet: E9, 8E and 85. RGB value is (233,142,133). Sum of RGB (Red+Green+Blue) = 233+142+133=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98E85 is #16717A. Grayscale: #A8A8A8. Windows color (decimal): -1470843 or 8752873. OLE color: 8752873.

HSL color Cylindrical-coordinate representation of color #E98E85: hue angle of 5.4º 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 #E98E85 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB233142133-
CMYK00.390.430.09
HSL5.4º69.44%71.76%-
HSV(B)5.4º42.92%91.37%-
XYZ47.5138.3627.09-
YUV168.18108.15174.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.87%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=45.87%
G=27.95%
B=26.18%

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
Decimal23314213300.390.430.095.469.4471.76
HexE98E850272B954548
Octal35121620504753115105110
Binary1110100110001110100001010100111101011100110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98E85; }

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

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

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

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

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

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

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

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