#EF70A4

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

Shades of Tickle Me Pink #EF70A4

Tints of Tickle Me Pink #EF70A4

Color information

#EF70A4 (or 0xEF70A4) is unknown color: approx Tickle Me Pink. HEX triplet: EF, 70 and A4. RGB value is (239,112,164). Sum of RGB (Red+Green+Blue) = 239+112+164=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF70A4 is #108F5B. Grayscale: #9B9B9B. Windows color (decimal): -1085276 or 10776815. OLE color: 10776815.

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

Color convert

RGB239112164-
CMYK00.530.310.06
HSL335.43º79.87%68.82%-
HSV(B)335.43º53.14%93.73%-
XYZ48.0932.6238.88-
YUV155.9132.58187.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 112 (44.14% from 255) = 21.75%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=46.41%
G=21.75%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911216400.530.310.06335.4379.8768.82
HexEF70A40351F614f5045
Octal357160244065376517120105
Binary1110111111100001010010001101011111111010100111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF70A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF70A4; }

 p { color: rgb(239,112,164); }

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

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

 a { background-color: rgb(239,112,164); }

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

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

 span { border-color: rgb(239,112,164); }

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