#EA75A8

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

Shades of Tickle Me Pink #EA75A8

Tints of Tickle Me Pink #EA75A8

Color information

#EA75A8 (or 0xEA75A8) is unknown color: approx Tickle Me Pink. HEX triplet: EA, 75 and A8. RGB value is (234,117,168). Sum of RGB (Red+Green+Blue) = 234+117+168=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA75A8 is #158A57. Grayscale: #9D9D9D. Windows color (decimal): -1411672 or 11040234. OLE color: 11040234.

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

Color convert

RGB234117168-
CMYK00.50.280.08
HSL333.85º73.58%68.82%-
HSV(B)333.85º50%91.76%-
XYZ47.3633.0440.93-
YUV157.8133.76182.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 168 (66.02% from 255) = 32.37%
R=45.09%
G=22.54%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411716800.50.280.08333.8573.5868.82
HexEA75A80321C814e4a45
Octal3521652500623410516112105
Binary11101010111010110101000011001011100100010100111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75A8; }

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

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

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

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

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

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

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

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