Html Css Color HEX #EC5FAB Hot Pink

📋 copy color: '#EC5FAB'

red 236 ◦ green 95 ◦ blue 171

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

Shades of Hot Pink #EC5FAB

Tints of Hot Pink #EC5FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.92%

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

R = 47.01%
G = 18.92%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC5FAB (or 0xEC5FAB) is known color: Hot Pink. HEX triplet: EC, 5F and AB. RGB value is (236,95,171). Sum of RGB (Red+Green+Blue) = 236+95+171=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5FAB is #13A054. Grayscale: #919191. Windows color (decimal): -1286229 or 11231212. OLE color: 11231212.

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

Color convert

RGB 236 95 171 -
CMYK 0 0.60 0.28 0.07
HSL 327.66º 0.79% 0.65% -
HSV(B) 327.66º 0.6% 0.93% -
XYZ 46.03 28.96 41.69 -
YUV 145.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 236 95 171 0 0.60 0.28 0.07 327.66 0.79 0.65
Hex EC 5F AB 0 3C 1C 7 148 4F 41
Octal 354 137 253 0 74 34 7 510 117 101
Binary 11101100 1011111 10101011 0 111100 11100 111 101001000 1001111 1000001

Color Harmonies of #EC5FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FAB

Black with #EC5FAB

Text Example


Text Example

White with #EC5FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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