#EB9794

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

Shades of Sweet Pink #EB9794

Tints of Sweet Pink #EB9794

Color information

#EB9794 (or 0xEB9794) is unknown color: approx Sweet Pink. HEX triplet: EB, 97 and 94. RGB value is (235,151,148). Sum of RGB (Red+Green+Blue) = 235+151+148=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9794 is #14686B. Grayscale: #AFAFAF. Windows color (decimal): -1337452 or 9738219. OLE color: 9738219.

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

Color convert

RGB235151148-
CMYK00.360.370.08
HSL2.07º68.5%75.1%-
HSV(B)2.07º37.02%92.16%-
XYZ50.6741.9333.44-
YUV175.77112.33170.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 151 (59.38% from 255) = 28.28%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=44.01%
G=28.28%
B=27.72%

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
Decimal23515114800.360.370.082.0768.575.1
HexEB97940242582454b
Octal35322722404445102105113
Binary111010111001011110010100010010010010110001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9794; }

 p { color: rgb(235,151,148); }

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

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

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

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

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

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

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