Html Css Color HEX #EC70AA Hot Pink

📋 copy color: '#EC70AA'

red 236 ◦ green 112 ◦ blue 170

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

Shades of Hot Pink #EC70AA

Tints of Hot Pink #EC70AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 45.56%
G = 21.62%
B = 32.82%

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

#EC70AA (or 0xEC70AA) is known color: Hot Pink. HEX triplet: EC, 70 and AA. RGB value is (236,112,170). Sum of RGB (Red+Green+Blue) = 236+112+170=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC70AA is #138F55. Grayscale: #9B9B9B. Windows color (decimal): -1281878 or 11170028. OLE color: 11170028.

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

Color convert

RGB 236 112 170 -
CMYK 0 0.53 0.28 0.07
HSL 331.94º 0.77% 0.68% -
HSV(B) 331.94º 0.53% 0.93% -
XYZ 47.64 32.32 41.76 -
YUV 155.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 236 112 170 0 0.53 0.28 0.07 331.94 0.77 0.68
Hex EC 70 AA 0 35 1C 7 14C 4D 44
Octal 354 160 252 0 65 34 7 514 115 104
Binary 11101100 1110000 10101010 0 110101 11100 111 101001100 1001101 1000100

Color Harmonies of #EC70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70AA

Black with #EC70AA

Text Example


Text Example

White with #EC70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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