#EA7EA5

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

Shades of Tickle Me Pink #EA7EA5

Tints of Tickle Me Pink #EA7EA5

Color information

#EA7EA5 (or 0xEA7EA5) is unknown color: approx Tickle Me Pink. HEX triplet: EA, 7E and A5. RGB value is (234,126,165). Sum of RGB (Red+Green+Blue) = 234+126+165=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7EA5 is #15815A. Grayscale: #A2A2A2. Windows color (decimal): -1409371 or 10845930. OLE color: 10845930.

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

Color convert

RGB234126165-
CMYK00.460.290.08
HSL338.33º72%70.59%-
HSV(B)338.33º46.15%91.76%-
XYZ48.1835.1339.84-
YUV162.74129.28178.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=44.57%
G=24%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412616500.460.290.08338.337270.59
HexEA7EA502E1D81524847
Octal3521762450563510522110107
Binary11101010111111010100101010111011101100010101001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EA5; }

 p { color: rgb(234,126,165); }

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

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

 a { background-color: rgb(234,126,165); }

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

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

 span { border-color: rgb(234,126,165); }

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