Html Css Color HEX #EC5DB9 Hot Pink

📋 copy color: '#EC5DB9'

red 236 ◦ green 93 ◦ blue 185

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

Shades of Hot Pink #EC5DB9

Tints of Hot Pink #EC5DB9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.09%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 45.91%
G = 18.09%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC5DB9 (or 0xEC5DB9) is known color: Hot Pink. HEX triplet: EC, 5D and B9. RGB value is (236,93,185). Sum of RGB (Red+Green+Blue) = 236+93+185=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DB9 is #13A246. Grayscale: #929292. Windows color (decimal): -1286727 or 12148204. OLE color: 12148204.

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

Color convert

RGB 236 93 185 -
CMYK 0 0.61 0.22 0.07
HSL 321.4º 0.79% 0.65% -
HSV(B) 321.4º 0.61% 0.93% -
XYZ 47.26 29.16 49.04 -
YUV 146.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 236 93 185 0 0.61 0.22 0.07 321.4 0.79 0.65
Hex EC 5D B9 0 3D 16 7 141 4F 41
Octal 354 135 271 0 75 26 7 501 117 101
Binary 11101100 1011101 10111001 0 111101 10110 111 101000001 1001111 1000001

Color Harmonies of #EC5DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DB9

Black with #EC5DB9

Text Example


Text Example

White with #EC5DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DB9; }

 p { color: rgb(236,93,185); }

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

background-color css

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

 a { background-color: rgb(236,93,185); }

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

border-color css

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

 span { border-color: rgb(236,93,185); }

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