Html Css Color HEX #EC74AB Hot Pink

📋 copy color: '#EC74AB'

red 236 ◦ green 116 ◦ blue 171

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

Shades of Hot Pink #EC74AB

Tints of Hot Pink #EC74AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.18%

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

R = 45.12%
G = 22.18%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC74AB (or 0xEC74AB) is known color: Hot Pink. HEX triplet: EC, 74 and AB. RGB value is (236,116,171). Sum of RGB (Red+Green+Blue) = 236+116+171=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC74AB is #138B54. Grayscale: #9E9E9E. Windows color (decimal): -1280853 or 11236588. OLE color: 11236588.

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

Color convert

RGB 236 116 171 -
CMYK 0 0.51 0.28 0.07
HSL 332.5º 0.76% 0.69% -
HSV(B) 332.5º 0.51% 0.93% -
XYZ 48.19 33.26 42.41 -
YUV 158.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 236 116 171 0 0.51 0.28 0.07 332.5 0.76 0.69
Hex EC 74 AB 0 33 1C 7 14C 4C 45
Octal 354 164 253 0 63 34 7 514 114 105
Binary 11101100 1110100 10101011 0 110011 11100 111 101001100 1001100 1000101

Color Harmonies of #EC74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC74AB

Black with #EC74AB

Text Example


Text Example

White with #EC74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC74AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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