#EB958A

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

Shades of Sweet Pink #EB958A

Tints of Sweet Pink #EB958A

Color information

#EB958A (or 0xEB958A) is unknown color: approx Sweet Pink. HEX triplet: EB, 95 and 8A. RGB value is (235,149,138). Sum of RGB (Red+Green+Blue) = 235+149+138=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB958A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB958A is #146A75. Grayscale: #ADADAD. Windows color (decimal): -1337974 or 9082347. OLE color: 9082347.

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

Color convert

RGB235149138-
CMYK00.370.410.08
HSL6.8º70.8%73.14%-
HSV(B)6.8º41.28%92.16%-
XYZ49.640.9929.34-
YUV173.46107.99171.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=45.02%
G=28.54%
B=26.44%

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
Decimal23514913800.370.410.086.870.873.14
HexEB958A02529874749
Octal35322521204551107107111
Binary1110101110010101100010100100101101001100011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB958A; }

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

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

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

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

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

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

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

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