#EB968A

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

Shades of Sweet Pink #EB968A

Tints of Sweet Pink #EB968A

Color information

#EB968A (or 0xEB968A) is unknown color: approx Sweet Pink. HEX triplet: EB, 96 and 8A. RGB value is (235,150,138). Sum of RGB (Red+Green+Blue) = 235+150+138=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB968A is #146975. Grayscale: #AEAEAE. Windows color (decimal): -1337718 or 9082603. OLE color: 9082603.

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

Color convert

RGB235150138-
CMYK00.360.410.08
HSL7.42º70.8%73.14%-
HSV(B)7.42º41.28%92.16%-
XYZ49.7541.3129.4-
YUV174.05107.66171.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=44.93%
G=28.68%
B=26.39%

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
Decimal23515013800.360.410.087.4270.873.14
HexEB968A02429874749
Octal35322621204451107107111
Binary1110101110010110100010100100100101001100011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB968A; }

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

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

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

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

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

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

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

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