Html Css Color HEX #EC70AB Hot Pink

📋 copy color: '#EC70AB'

red 236 ◦ green 112 ◦ blue 171

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

Shades of Hot Pink #EC70AB

Tints of Hot Pink #EC70AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 45.47%
G = 21.58%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC70AB (or 0xEC70AB) is known color: Hot Pink. HEX triplet: EC, 70 and AB. RGB value is (236,112,171). Sum of RGB (Red+Green+Blue) = 236+112+171=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70AB is #138F54. Grayscale: #9B9B9B. Windows color (decimal): -1281877 or 11235564. OLE color: 11235564.

HSL color Cylindrical-coordinate representation of color #EC70AB: hue angle of 331.45º 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 #EC70AB is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 171 -
CMYK 0 0.53 0.28 0.07
HSL 331.45º 0.77% 0.68% -
HSV(B) 331.45º 0.53% 0.93% -
XYZ 47.74 32.36 42.26 -
YUV 155.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 236 112 171 0 0.53 0.28 0.07 331.45 0.77 0.68
Hex EC 70 AB 0 35 1C 7 14B 4D 44
Octal 354 160 253 0 65 34 7 513 115 104
Binary 11101100 1110000 10101011 0 110101 11100 111 101001011 1001101 1000100

Color Harmonies of #EC70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70AB

Black with #EC70AB

Text Example


Text Example

White with #EC70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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