#EB968B

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

Shades of Sweet Pink #EB968B

Tints of Sweet Pink #EB968B

Color information

#EB968B (or 0xEB968B) is unknown color: approx Sweet Pink. HEX triplet: EB, 96 and 8B. RGB value is (235,150,139). Sum of RGB (Red+Green+Blue) = 235+150+139=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB968B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB968B is #146974. Grayscale: #AEAEAE. Windows color (decimal): -1337717 or 9148139. OLE color: 9148139.

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

Color convert

RGB235150139-
CMYK00.360.410.08
HSL6.88º70.59%73.33%-
HSV(B)6.88º40.85%92.16%-
XYZ49.8341.3429.78-
YUV174.16108.16171.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=44.85%
G=28.63%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515013900.360.410.086.8870.5973.33
HexEB968B02429874749
Octal35322621304451107107111
Binary1110101110010110100010110100100101001100011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB968B; }

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

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

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

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

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

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

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

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