#EB9591

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

Shades of Sweet Pink #EB9591

Tints of Sweet Pink #EB9591

Color information

#EB9591 (or 0xEB9591) is unknown color: approx Sweet Pink. HEX triplet: EB, 95 and 91. RGB value is (235,149,145). Sum of RGB (Red+Green+Blue) = 235+149+145=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9591 is #146A6E. Grayscale: #AEAEAE. Windows color (decimal): -1337967 or 9541099. OLE color: 9541099.

HSL color Cylindrical-coordinate representation of color #EB9591: hue angle of 2.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB9591 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235149145-
CMYK00.370.380.08
HSL2.67º69.23%74.51%-
HSV(B)2.67º38.3%92.16%-
XYZ50.1241.232.1-
YUV174.26111.49171.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=44.42%
G=28.17%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514914500.370.380.082.6769.2374.51
HexEB95910252683454b
Octal35322522104546103105113
Binary111010111001010110010001010010110011010001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9591; }

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

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

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

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

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

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

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

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