#EB9595

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

Shades of Sweet Pink #EB9595

Tints of Sweet Pink #EB9595

Color information

#EB9595 (or 0xEB9595) is unknown color: approx Sweet Pink. HEX triplet: EB, 95 and 95. RGB value is (235,149,149). Sum of RGB (Red+Green+Blue) = 235+149+149=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9595 is #146A6A. Grayscale: #AEAEAE. Windows color (decimal): -1337963 or 9803243. OLE color: 9803243.

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

Color convert

RGB235149149-
CMYK00.370.370.08
HSL68.25%75.29%-
HSV(B)36.6%92.16%-
XYZ50.4341.3333.75-
YUV174.71113.49171-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=44.09%
G=27.95%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514914900.370.370.08068.2575.29
HexEB95950252580444b
Octal35322522504545100104113
Binary11101011100101011001010101001011001011000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9595; }

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

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

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

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

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

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

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

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