#ED71A2

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

Shades of Tickle Me Pink #ED71A2

Tints of Tickle Me Pink #ED71A2

Color information

#ED71A2 (or 0xED71A2) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 71 and A2. RGB value is (237,113,162). Sum of RGB (Red+Green+Blue) = 237+113+162=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED71A2 is #128E5D. Grayscale: #9B9B9B. Windows color (decimal): -1216094 or 10645997. OLE color: 10645997.

HSL color Cylindrical-coordinate representation of color #ED71A2: hue angle of 336.29º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED71A2 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237113162-
CMYK00.520.320.07
HSL336.29º77.5%68.63%-
HSV(B)336.29º52.32%92.94%-
XYZ47.3532.4237.95-
YUV155.66131.58186.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=46.29%
G=22.07%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711316200.520.320.07336.2977.568.63
HexED71A20342071504e45
Octal355161242064407520116105
Binary11101101111000110100010011010010000011110101000010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED71A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED71A2; }

 p { color: rgb(237,113,162); }

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

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

 a { background-color: rgb(237,113,162); }

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

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

 span { border-color: rgb(237,113,162); }

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