#EB8B81

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

Shades of Sweet Pink #EB8B81

Tints of Sweet Pink #EB8B81

Color information

#EB8B81 (or 0xEB8B81) is unknown color: approx Sweet Pink. HEX triplet: EB, 8B and 81. RGB value is (235,139,129). Sum of RGB (Red+Green+Blue) = 235+139+129=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8B81 is #14747E. Grayscale: #A6A6A6. Windows color (decimal): -1340543 or 8489963. OLE color: 8489963.

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

Color convert

RGB235139129-
CMYK00.410.450.08
HSL5.66º72.6%71.37%-
HSV(B)5.66º45.11%92.16%-
XYZ47.4637.7125.55-
YUV166.56106.8176.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=46.72%
G=27.63%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513912900.410.450.085.6672.671.37
HexEB8B810292D864947
Octal35321320105155106111107
Binary1110101110001011100000010101001101101100011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B81; }

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

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

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

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

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

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

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

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