Html Css Color HEX #EC5EBA Hot Pink

📋 copy color: '#EC5EBA'

red 236 ◦ green 94 ◦ blue 186

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

Shades of Hot Pink #EC5EBA

Tints of Hot Pink #EC5EBA

RGB

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

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

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

R = 45.74%
G = 18.22%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC5EBA (or 0xEC5EBA) is known color: Hot Pink. HEX triplet: EC, 5E and BA. RGB value is (236,94,186). Sum of RGB (Red+Green+Blue) = 236+94+186=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EBA is #13A145. Grayscale: #929292. Windows color (decimal): -1286470 or 12213996. OLE color: 12213996.

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

Color convert

RGB 236 94 186 -
CMYK 0 0.60 0.21 0.07
HSL 321.13º 0.79% 0.65% -
HSV(B) 321.13º 0.6% 0.93% -
XYZ 47.46 29.38 49.62 -
YUV 146.95 150.04 191.52 -
System Red Green Blue C M Y K H S L
Decimal 236 94 186 0 0.60 0.21 0.07 321.13 0.79 0.65
Hex EC 5E BA 0 3C 15 7 141 4F 41
Octal 354 136 272 0 74 25 7 501 117 101
Binary 11101100 1011110 10111010 0 111100 10101 111 101000001 1001111 1000001

Color Harmonies of #EC5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5EBA

Black with #EC5EBA

Text Example


Text Example

White with #EC5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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