#E98A86

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

Shades of Sweet Pink #E98A86

Tints of Sweet Pink #E98A86

Color information

#E98A86 (or 0xE98A86) is unknown color: approx Sweet Pink. HEX triplet: E9, 8A and 86. RGB value is (233,138,134). Sum of RGB (Red+Green+Blue) = 233+138+134=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98A86 is #167579. Grayscale: #A6A6A6. Windows color (decimal): -1471866 or 8817385. OLE color: 8817385.

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

Color convert

RGB233138134-
CMYK00.410.420.09
HSL2.42º69.23%71.96%-
HSV(B)2.42º42.49%91.37%-
XYZ4737.2227.26-
YUV165.95109.97175.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.14%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=46.14%
G=27.33%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313813400.410.420.092.4269.2371.96
HexE98A860292A924548
Octal35121220605152112105110
Binary111010011000101010000110010100110101010011010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98A86; }

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

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

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

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

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

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

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

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