#EB9695

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

Shades of Sweet Pink #EB9695

Tints of Sweet Pink #EB9695

Color information

#EB9695 (or 0xEB9695) is unknown color: approx Sweet Pink. HEX triplet: EB, 96 and 95. RGB value is (235,150,149). Sum of RGB (Red+Green+Blue) = 235+150+149=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9695 is #14696A. Grayscale: #AFAFAF. Windows color (decimal): -1337707 or 9803499. OLE color: 9803499.

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

Color convert

RGB235150149-
CMYK00.360.370.08
HSL0.7º68.25%75.29%-
HSV(B)0.7º36.6%92.16%-
XYZ50.5941.6433.81-
YUV175.3113.16170.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=44.01%
G=28.09%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515014900.360.370.080.768.2575.29
HexEB96950242581444b
Octal35322622504445101104113
Binary11101011100101101001010101001001001011000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9695; }

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

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

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

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

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

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

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

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