#EF82A8

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

Shades of Tickle Me Pink #EF82A8

Tints of Tickle Me Pink #EF82A8

Color information

#EF82A8 (or 0xEF82A8) is unknown color: approx Tickle Me Pink. HEX triplet: EF, 82 and A8. RGB value is (239,130,168). Sum of RGB (Red+Green+Blue) = 239+130+168=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF82A8 is #107D57. Grayscale: #A6A6A6. Windows color (decimal): -1080664 or 11043567. OLE color: 11043567.

HSL color Cylindrical-coordinate representation of color #EF82A8: hue angle of 339.08º 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 #EF82A8 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239130168-
CMYK00.460.300.06
HSL339.08º77.3%72.35%-
HSV(B)339.08º45.61%93.73%-
XYZ50.6537.1441.55-
YUV166.92128.61179.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=44.51%
G=24.21%
B=31.28%

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
Decimal23913016800.460.300.06339.0877.372.35
HexEF82A802E1E61534d48
Octal357202250056366523115110
Binary11101111100000101010100001011101111011010101001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82A8; }

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

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

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

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

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

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

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

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