#EF82A7

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

Shades of Tickle Me Pink #EF82A7

Tints of Tickle Me Pink #EF82A7

Color information

#EF82A7 (or 0xEF82A7) is unknown color: approx Tickle Me Pink. HEX triplet: EF, 82 and A7. RGB value is (239,130,167). Sum of RGB (Red+Green+Blue) = 239+130+167=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF82A7 is #107D58. Grayscale: #A6A6A6. Windows color (decimal): -1080665 or 10978031. OLE color: 10978031.

HSL color Cylindrical-coordinate representation of color #EF82A7: hue angle of 339.63º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF82A7 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239130167-
CMYK00.460.300.06
HSL339.63º77.3%72.35%-
HSV(B)339.63º45.61%93.73%-
XYZ50.5537.1141.06-
YUV166.81128.11179.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 167 (65.62% from 255) = 31.16%
R=44.59%
G=24.25%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913016700.460.300.06339.6377.372.35
HexEF82A702E1E61544d48
Octal357202247056366524115110
Binary11101111100000101010011101011101111011010101010010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82A7; }

 p { color: rgb(239,130,167); }

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

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

 a { background-color: rgb(239,130,167); }

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

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

 span { border-color: rgb(239,130,167); }

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