#EF82AE

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

Shades of Tickle Me Pink #EF82AE

Tints of Tickle Me Pink #EF82AE

Color information

#EF82AE (or 0xEF82AE) is unknown color: approx Tickle Me Pink. HEX triplet: EF, 82 and AE. RGB value is (239,130,174). Sum of RGB (Red+Green+Blue) = 239+130+174=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF82AE is #107D51. Grayscale: #A7A7A7. Windows color (decimal): -1080658 or 11436783. OLE color: 11436783.

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

Color convert

RGB239130174-
CMYK00.460.270.06
HSL335.78º77.3%72.35%-
HSV(B)335.78º45.61%93.73%-
XYZ51.2237.3744.56-
YUV167.61131.61178.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 130 (51.17% from 255) = 23.94%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=44.01%
G=23.94%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913017400.460.270.06335.7877.372.35
HexEF82AE02E1B61504d48
Octal357202256056336520115110
Binary11101111100000101010111001011101101111010101000010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82AE; }

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

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

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

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

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

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

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

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