#EB76A4

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

Shades of Tickle Me Pink #EB76A4

Tints of Tickle Me Pink #EB76A4

Color information

#EB76A4 (or 0xEB76A4) is unknown color: approx Tickle Me Pink. HEX triplet: EB, 76 and A4. RGB value is (235,118,164). Sum of RGB (Red+Green+Blue) = 235+118+164=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB76A4 is #14895B. Grayscale: #9E9E9E. Windows color (decimal): -1345884 or 10778347. OLE color: 10778347.

HSL color Cylindrical-coordinate representation of color #EB76A4: hue angle of 336.41º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76A4 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235118164-
CMYK00.500.300.08
HSL336.41º74.52%69.22%-
HSV(B)336.41º49.79%92.16%-
XYZ47.4433.339.05-
YUV158.23131.26182.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 118 (46.48% from 255) = 22.82%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=45.45%
G=22.82%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511816400.500.300.08336.4174.5269.22
HexEB76A40321E81504b45
Octal3531662440623610520113105
Binary11101011111011010100100011001011110100010101000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76A4; }

 p { color: rgb(235,118,164); }

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

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

 a { background-color: rgb(235,118,164); }

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

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

 span { border-color: rgb(235,118,164); }

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