#EB9892

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

Shades of Sweet Pink #EB9892

Tints of Sweet Pink #EB9892

Color information

#EB9892 (or 0xEB9892) is unknown color: approx Sweet Pink. HEX triplet: EB, 98 and 92. RGB value is (235,152,146). Sum of RGB (Red+Green+Blue) = 235+152+146=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9892 is #14676D. Grayscale: #B0B0B0. Windows color (decimal): -1337198 or 9607403. OLE color: 9607403.

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

Color convert

RGB235152146-
CMYK00.350.380.08
HSL4.04º68.99%74.71%-
HSV(B)4.04º37.87%92.16%-
XYZ50.6842.1932.67-
YUV176.13111169.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=44.09%
G=28.52%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515214600.350.380.084.0468.9974.71
HexEB98920232684454b
Octal35323022204346104105113
Binary1110101110011000100100100100011100110100010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9892; }

 p { color: rgb(235,152,146); }

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

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

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

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

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

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

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