#ED82AE

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

Shades of Tickle Me Pink #ED82AE

Tints of Tickle Me Pink #ED82AE

Color information

#ED82AE (or 0xED82AE) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 82 and AE. RGB value is (237,130,174). Sum of RGB (Red+Green+Blue) = 237+130+174=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED82AE is #127D51. Grayscale: #A6A6A6. Windows color (decimal): -1211730 or 11436781. OLE color: 11436781.

HSL color Cylindrical-coordinate representation of color #ED82AE: hue angle of 335.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED82AE is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237130174-
CMYK00.450.270.07
HSL335.33º74.83%71.96%-
HSV(B)335.33º45.15%92.94%-
XYZ50.5537.0344.53-
YUV167.01131.95177.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=43.81%
G=24.03%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713017400.450.270.07335.3374.8371.96
HexED82AE02D1B714f4b48
Octal355202256055337517113110
Binary11101101100000101010111001011011101111110100111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED82AE; }

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

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

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

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

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

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

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

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