#EB908D

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

Shades of Sweet Pink #EB908D

Tints of Sweet Pink #EB908D

Color information

#EB908D (or 0xEB908D) is unknown color: approx Sweet Pink. HEX triplet: EB, 90 and 8D. RGB value is (235,144,141). Sum of RGB (Red+Green+Blue) = 235+144+141=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB908D is #146F72. Grayscale: #AAAAAA. Windows color (decimal): -1339251 or 9277675. OLE color: 9277675.

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

Color convert

RGB235144141-
CMYK00.390.40.08
HSL1.91º70.15%73.73%-
HSV(B)1.91º40%92.16%-
XYZ49.0439.5330.24-
YUV170.87111.15173.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.19%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=45.19%
G=27.69%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514414100.390.40.081.9170.1573.73
HexEB908D0272882464a
Octal35322021504750102106112
Binary111010111001000010001101010011110100010001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB908D; }

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

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

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

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

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

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

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

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