#EB9E96

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

Shades of Sweet Pink #EB9E96

Tints of Sweet Pink #EB9E96

Color information

#EB9E96 (or 0xEB9E96) is unknown color: approx Sweet Pink. HEX triplet: EB, 9E and 96. RGB value is (235,158,150). Sum of RGB (Red+Green+Blue) = 235+158+150=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9E96 is #146169. Grayscale: #B4B4B4. Windows color (decimal): -1335658 or 9871083. OLE color: 9871083.

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

Color convert

RGB235158150-
CMYK00.330.360.08
HSL5.65º68%75.49%-
HSV(B)5.65º36.17%92.16%-
XYZ51.9944.3234.67-
YUV180.11111.01167.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.28%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=43.28%
G=29.10%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515815000.330.360.085.656875.49
HexEB9E960212486444b
Octal35323622604144106104113
Binary1110101110011110100101100100001100100100011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9E96; }

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

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

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

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

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

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

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

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