#EB8E8A

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

Shades of Sweet Pink #EB8E8A

Tints of Sweet Pink #EB8E8A

Color information

#EB8E8A (or 0xEB8E8A) is unknown color: approx Sweet Pink. HEX triplet: EB, 8E and 8A. RGB value is (235,142,138). Sum of RGB (Red+Green+Blue) = 235+142+138=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8E8A is #147175. Grayscale: #A9A9A9. Windows color (decimal): -1339766 or 9080555. OLE color: 9080555.

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

Color convert

RGB235142138-
CMYK00.400.410.08
HSL2.47º70.8%73.14%-
HSV(B)2.47º41.28%92.16%-
XYZ48.5238.8428.98-
YUV169.35110.31174.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.63%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=45.63%
G=27.57%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514213800.400.410.082.4770.873.14
HexEB8E8A02829824749
Octal35321621205051102107111
Binary111010111000111010001010010100010100110001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8E8A; }

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

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

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

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

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

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

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

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