Html Css Color HEX #EC5EAC Hot Pink

📋 copy color: '#EC5EAC'

red 236 ◦ green 94 ◦ blue 172

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

Shades of Hot Pink #EC5EAC

Tints of Hot Pink #EC5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.73%

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 47.01%
G = 18.73%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC5EAC (or 0xEC5EAC) is known color: Hot Pink. HEX triplet: EC, 5E and AC. RGB value is (236,94,172). Sum of RGB (Red+Green+Blue) = 236+94+172=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5EAC is #13A153. Grayscale: #919191. Windows color (decimal): -1286484 or 11296492. OLE color: 11296492.

HSL color Cylindrical-coordinate representation of color #EC5EAC: hue angle of 327.04º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5EAC is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 172 -
CMYK 0 0.60 0.27 0.07
HSL 327.04º 0.79% 0.65% -
HSV(B) 327.04º 0.6% 0.93% -
XYZ 46.04 28.82 42.17 -
YUV 145.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 236 94 172 0 0.60 0.27 0.07 327.04 0.79 0.65
Hex EC 5E AC 0 3C 1B 7 147 4F 41
Octal 354 136 254 0 74 33 7 507 117 101
Binary 11101100 1011110 10101100 0 111100 11011 111 101000111 1001111 1000001

Color Harmonies of #EC5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EAC

Black with #EC5EAC

Text Example


Text Example

White with #EC5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EAC; }

 p { color: rgb(236,94,172); }

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

background-color css

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

 a { background-color: rgb(236,94,172); }

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

border-color css

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

 span { border-color: rgb(236,94,172); }

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