#E98C86

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

Shades of Sweet Pink #E98C86

Tints of Sweet Pink #E98C86

Color information

#E98C86 (or 0xE98C86) is unknown color: approx Sweet Pink. HEX triplet: E9, 8C and 86. RGB value is (233,140,134). Sum of RGB (Red+Green+Blue) = 233+140+134=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98C86 is #167379. Grayscale: #A7A7A7. Windows color (decimal): -1471354 or 8817897. OLE color: 8817897.

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

Color convert

RGB233140134-
CMYK00.400.420.09
HSL3.64º69.23%71.96%-
HSV(B)3.64º42.49%91.37%-
XYZ47.2937.827.36-
YUV167.12109.31174.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.96%
GREEN value IS 140 (55.08% from 255) = 27.61%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=45.96%
G=27.61%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314013400.400.420.093.6469.2371.96
HexE98C860282A944548
Octal35121420605052114105110
Binary1110100110001100100001100101000101010100110010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98C86; }

 p { color: rgb(233,140,134); }

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

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

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

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

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

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

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