Html Css Color HEX #EC70A4 Tickle Me Pink

📋 copy color: '#EC70A4'

red 236 ◦ green 112 ◦ blue 164

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

Shades of Tickle Me Pink #EC70A4

Tints of Tickle Me Pink #EC70A4

RGB

 RED value IS 236 (92.58% from 255) = 46.09%

 GREEN value IS 112 (44.14% from 255) = 21.88%

 BLUE value IS 164 (64.45% from 255) = 32.03%

R = 46.09%
G = 21.88%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC70A4 (or 0xEC70A4) is known color: Tickle Me Pink. HEX triplet: EC, 70 and A4. RGB value is (236,112,164). Sum of RGB (Red+Green+Blue) = 236+112+164=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70A4 is #138F5B. Grayscale: #9A9A9A. Windows color (decimal): -1281884 or 10776812. OLE color: 10776812.

HSL color Cylindrical-coordinate representation of color #EC70A4: hue angle of 334.84º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70A4 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 164 -
CMYK 0 0.53 0.31 0.07
HSL 334.84º 0.77% 0.68% -
HSV(B) 334.84º 0.53% 0.93% -
XYZ 47.09 32.1 38.84 -
YUV 155 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 236 112 164 0 0.53 0.31 0.07 334.84 0.77 0.68
Hex EC 70 A4 0 35 1F 7 14F 4D 44
Octal 354 160 244 0 65 37 7 517 115 104
Binary 11101100 1110000 10100100 0 110101 11111 111 101001111 1001101 1000100

Color Harmonies of #EC70A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70A4

Black with #EC70A4

Text Example


Text Example

White with #EC70A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70A4; }

 p { color: rgb(236,112,164); }

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

background-color css

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

 a { background-color: rgb(236,112,164); }

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

border-color css

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

 span { border-color: rgb(236,112,164); }

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