Html Css Color HEX #EC5FB5 Hot Pink

📋 copy color: '#EC5FB5'

red 236 ◦ green 95 ◦ blue 181

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

Shades of Hot Pink #EC5FB5

Tints of Hot Pink #EC5FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 46.09%
G = 18.55%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC5FB5 (or 0xEC5FB5) is known color: Hot Pink. HEX triplet: EC, 5F and B5. RGB value is (236,95,181). Sum of RGB (Red+Green+Blue) = 236+95+181=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FB5 is #13A04A. Grayscale: #929292. Windows color (decimal): -1286219 or 11886572. OLE color: 11886572.

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

Color convert

RGB 236 95 181 -
CMYK 0 0.60 0.23 0.07
HSL 323.4º 0.79% 0.65% -
HSV(B) 323.4º 0.6% 0.93% -
XYZ 47.02 29.35 46.9 -
YUV 146.96 147.21 191.51 -
System Red Green Blue C M Y K H S L
Decimal 236 95 181 0 0.60 0.23 0.07 323.4 0.79 0.65
Hex EC 5F B5 0 3C 17 7 143 4F 41
Octal 354 137 265 0 74 27 7 503 117 101
Binary 11101100 1011111 10110101 0 111100 10111 111 101000011 1001111 1000001

Color Harmonies of #EC5FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FB5

Black with #EC5FB5

Text Example


Text Example

White with #EC5FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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