#EB958B

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

Shades of Sweet Pink #EB958B

Tints of Sweet Pink #EB958B

Color information

#EB958B (or 0xEB958B) is unknown color: approx Sweet Pink. HEX triplet: EB, 95 and 8B. RGB value is (235,149,139). Sum of RGB (Red+Green+Blue) = 235+149+139=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB958B is #146A74. Grayscale: #ADADAD. Windows color (decimal): -1337973 or 9147883. OLE color: 9147883.

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

Color convert

RGB235149139-
CMYK00.370.410.08
HSL6.25º70.59%73.33%-
HSV(B)6.25º40.85%92.16%-
XYZ49.6741.0229.73-
YUV173.57108.49171.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=44.93%
G=28.49%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514913900.370.410.086.2570.5973.33
HexEB958B02529864749
Octal35322521304551106107111
Binary1110101110010101100010110100101101001100011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB958B; }

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

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

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

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

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

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

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

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