#EB9D99

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

Shades of Sweet Pink #EB9D99

Tints of Sweet Pink #EB9D99

Color information

#EB9D99 (or 0xEB9D99) is unknown color: approx Sweet Pink. HEX triplet: EB, 9D and 99. RGB value is (235,157,153). Sum of RGB (Red+Green+Blue) = 235+157+153=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9D99 is #146266. Grayscale: #B3B3B3. Windows color (decimal): -1335911 or 10067435. OLE color: 10067435.

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

Color convert

RGB235157153-
CMYK00.330.350.08
HSL2.93º67.21%76.08%-
HSV(B)2.93º34.89%92.16%-
XYZ52.0744.0835.9-
YUV179.87112.84167.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 153 (60.16% from 255) = 28.07%
R=43.12%
G=28.81%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515715300.330.350.082.9367.2176.08
HexEB9D990212383434c
Octal35323523104143103103114
Binary111010111001110110011001010000110001110001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D99; }

 p { color: rgb(235,157,153); }

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

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

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

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

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

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

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