#E98E86

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

Shades of Sweet Pink #E98E86

Tints of Sweet Pink #E98E86

Color information

#E98E86 (or 0xE98E86) is unknown color: approx Sweet Pink. HEX triplet: E9, 8E and 86. RGB value is (233,142,134). Sum of RGB (Red+Green+Blue) = 233+142+134=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98E86 is #167179. Grayscale: #A8A8A8. Windows color (decimal): -1470842 or 8818409. OLE color: 8818409.

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

Color convert

RGB233142134-
CMYK00.390.420.09
HSL4.85º69.23%71.96%-
HSV(B)4.85º42.49%91.37%-
XYZ47.5838.3927.46-
YUV168.3108.65174.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=45.78%
G=27.90%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314213400.390.420.094.8569.2371.96
HexE98E860272A954548
Octal35121620604752115105110
Binary1110100110001110100001100100111101010100110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98E86; }

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

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

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

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

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

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

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

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