#EB8E84

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

Shades of Sweet Pink #EB8E84

Tints of Sweet Pink #EB8E84

Color information

#EB8E84 (or 0xEB8E84) is unknown color: approx Sweet Pink. HEX triplet: EB, 8E and 84. RGB value is (235,142,132). Sum of RGB (Red+Green+Blue) = 235+142+132=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8E84 is #14717B. Grayscale: #A8A8A8. Windows color (decimal): -1339772 or 8687339. OLE color: 8687339.

HSL color Cylindrical-coordinate representation of color #EB8E84: hue angle of 5.83º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB8E84 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235142132-
CMYK00.400.440.08
HSL5.83º72.03%71.96%-
HSV(B)5.83º43.83%92.16%-
XYZ48.138.6726.76-
YUV168.67107.31175.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=46.17%
G=27.90%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514213200.400.440.085.8372.0371.96
HexEB8E840282C864848
Octal35321620405054106110110
Binary1110101110001110100001000101000101100100011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8E84; }

 p { color: rgb(235,142,132); }

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

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

 a { background-color: rgb(235,142,132); }

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

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

 span { border-color: rgb(235,142,132); }

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