#EB8D81

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

Shades of Sweet Pink #EB8D81

Tints of Sweet Pink #EB8D81

Color information

#EB8D81 (or 0xEB8D81) is unknown color: approx Sweet Pink. HEX triplet: EB, 8D and 81. RGB value is (235,141,129). Sum of RGB (Red+Green+Blue) = 235+141+129=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8D81 is #14727E. Grayscale: #A7A7A7. Windows color (decimal): -1340031 or 8490475. OLE color: 8490475.

HSL color Cylindrical-coordinate representation of color #EB8D81: hue angle of 6.79º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB8D81 is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235141129-
CMYK00.40.450.08
HSL6.79º72.6%71.37%-
HSV(B)6.79º45.11%92.16%-
XYZ47.7538.325.64-
YUV167.74106.14175.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=46.53%
G=27.92%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514112900.40.450.086.7972.671.37
HexEB8D810282D874947
Octal35321520105055107111107
Binary1110101110001101100000010101000101101100011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D81; }

 p { color: rgb(235,141,129); }

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

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

 a { background-color: rgb(235,141,129); }

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

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

 span { border-color: rgb(235,141,129); }

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