#EA75A4

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

Shades of Tickle Me Pink #EA75A4

Tints of Tickle Me Pink #EA75A4

Color information

#EA75A4 (or 0xEA75A4) is unknown color: approx Tickle Me Pink. HEX triplet: EA, 75 and A4. RGB value is (234,117,164). Sum of RGB (Red+Green+Blue) = 234+117+164=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA75A4 is #158A5B. Grayscale: #9D9D9D. Windows color (decimal): -1411676 or 10778090. OLE color: 10778090.

HSL color Cylindrical-coordinate representation of color #EA75A4: hue angle of 335.9º degrees, saturation: 0.74, 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 #EA75A4 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234117164-
CMYK00.50.300.08
HSL335.9º73.58%68.82%-
HSV(B)335.9º50%91.76%-
XYZ46.9932.938.99-
YUV157.34131.76182.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=45.44%
G=22.72%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411716400.50.300.08335.973.5868.82
HexEA75A40321E81504a45
Octal3521652440623610520112105
Binary11101010111010110100100011001011110100010101000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75A4; }

 p { color: rgb(234,117,164); }

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

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

 a { background-color: rgb(234,117,164); }

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

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

 span { border-color: rgb(234,117,164); }

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