Html Css Color HEX #ED71A6 Tickle Me Pink

📋 copy color: '#ED71A6'

red 237 ◦ green 113 ◦ blue 166

#ED71A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tickle Me Pink #ED71A6

Tints of Tickle Me Pink #ED71A6

RGB

 RED value IS 237 (92.97% from 255) = 45.93%

 GREEN value IS 113 (44.53% from 255) = 21.9%

 BLUE value IS 166 (65.23% from 255) = 32.17%

R = 45.93%
G = 21.9%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED71A6 (or 0xED71A6) is known color: Tickle Me Pink. HEX triplet: ED, 71 and A6. RGB value is (237,113,166). Sum of RGB (Red+Green+Blue) = 237+113+166=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED71A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED71A6 is #128E59. Grayscale: #9C9C9C. Windows color (decimal): -1216090 or 10908141. OLE color: 10908141.

HSL color Cylindrical-coordinate representation of color #ED71A6: hue angle of 334.35º degrees, saturation: 0.77, 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 #ED71A6 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 166 -
CMYK 0 0.52 0.30 0.07
HSL 334.35º 0.78% 0.69% -
HSV(B) 334.35º 0.52% 0.93% -
XYZ 47.71 32.57 39.85 -
YUV 156.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 237 113 166 0 0.52 0.30 0.07 334.35 0.78 0.69
Hex ED 71 A6 0 34 1E 7 14E 4E 45
Octal 355 161 246 0 64 36 7 516 116 105
Binary 11101101 1110001 10100110 0 110100 11110 111 101001110 1001110 1000101

Color Harmonies of #ED71A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED71A6

Black with #ED71A6

Text Example


Text Example

White with #ED71A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED71A6; }

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

 H1.HeaderClassName
 {
   color: #ED71A6;
 }
 .AnyTagClassName
 {
   color: #ED71A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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