#EF72A5

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

Shades of Tickle Me Pink #EF72A5

Tints of Tickle Me Pink #EF72A5

Color information

#EF72A5 (or 0xEF72A5) is unknown color: approx Tickle Me Pink. HEX triplet: EF, 72 and A5. RGB value is (239,114,165). Sum of RGB (Red+Green+Blue) = 239+114+165=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF72A5 is #108D5A. Grayscale: #9D9D9D. Windows color (decimal): -1084763 or 10842863. OLE color: 10842863.

HSL color Cylindrical-coordinate representation of color #EF72A5: hue angle of 335.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72A5 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239114165-
CMYK00.520.310.06
HSL335.52º79.62%69.22%-
HSV(B)335.52º52.3%93.73%-
XYZ48.4133.139.44-
YUV157.19132.41186.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.14%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 165 (64.84% from 255) = 31.85%
R=46.14%
G=22.01%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911416500.520.310.06335.5279.6269.22
HexEF72A50341F61505045
Octal357162245064376520120105
Binary1110111111100101010010101101001111111010101000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF72A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF72A5; }

 p { color: rgb(239,114,165); }

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

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

 a { background-color: rgb(239,114,165); }

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

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

 span { border-color: rgb(239,114,165); }

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