#EB958C

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

Shades of Sweet Pink #EB958C

Tints of Sweet Pink #EB958C

Color information

#EB958C (or 0xEB958C) is unknown color: approx Sweet Pink. HEX triplet: EB, 95 and 8C. RGB value is (235,149,140). Sum of RGB (Red+Green+Blue) = 235+149+140=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB958C is #146A73. Grayscale: #ADADAD. Windows color (decimal): -1337972 or 9213419. OLE color: 9213419.

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

Color convert

RGB235149140-
CMYK00.370.400.08
HSL5.68º70.37%73.53%-
HSV(B)5.68º40.43%92.16%-
XYZ49.7441.0530.11-
YUV173.69108.99171.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=44.85%
G=28.44%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514914000.370.400.085.6870.3773.53
HexEB958C0252886464a
Octal35322521404550106106112
Binary1110101110010101100011000100101101000100011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB958C; }

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

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

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

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

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

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

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

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