Html Css Color HEX #EC5CBA Hot Pink

📋 copy color: '#EC5CBA'

red 236 ◦ green 92 ◦ blue 186

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

Shades of Hot Pink #EC5CBA

Tints of Hot Pink #EC5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.9%

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 45.91%
G = 17.9%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC5CBA (or 0xEC5CBA) is known color: Hot Pink. HEX triplet: EC, 5C and BA. RGB value is (236,92,186). Sum of RGB (Red+Green+Blue) = 236+92+186=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CBA is #13A345. Grayscale: #919191. Windows color (decimal): -1286982 or 12213484. OLE color: 12213484.

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

Color convert

RGB 236 92 186 -
CMYK 0 0.61 0.21 0.07
HSL 320.83º 0.79% 0.64% -
HSV(B) 320.83º 0.61% 0.93% -
XYZ 47.28 29.03 49.57 -
YUV 145.77 150.71 192.36 -
System Red Green Blue C M Y K H S L
Decimal 236 92 186 0 0.61 0.21 0.07 320.83 0.79 0.64
Hex EC 5C BA 0 3D 15 7 141 4F 40
Octal 354 134 272 0 75 25 7 501 117 100
Binary 11101100 1011100 10111010 0 111101 10101 111 101000001 1001111 1000000

Color Harmonies of #EC5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5CBA

Black with #EC5CBA

Text Example


Text Example

White with #EC5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5CBA; }

 p { color: rgb(236,92,186); }

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

background-color css

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

 a { background-color: rgb(236,92,186); }

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

border-color css

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

 span { border-color: rgb(236,92,186); }

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