#EB988D

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

Shades of Sweet Pink #EB988D

Tints of Sweet Pink #EB988D

Color information

#EB988D (or 0xEB988D) is unknown color: approx Sweet Pink. HEX triplet: EB, 98 and 8D. RGB value is (235,152,141). Sum of RGB (Red+Green+Blue) = 235+152+141=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB988D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB988D is #146772. Grayscale: #AFAFAF. Windows color (decimal): -1337203 or 9279723. OLE color: 9279723.

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

Color convert

RGB235152141-
CMYK00.350.40.08
HSL7.02º70.15%73.73%-
HSV(B)7.02º40%92.16%-
XYZ50.342.0430.66-
YUV175.56108.5170.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=44.51%
G=28.79%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515214100.350.40.087.0270.1573.73
HexEB988D0232887464a
Octal35323021504350107106112
Binary1110101110011000100011010100011101000100011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB988D; }

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

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

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

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

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

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

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

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