Html Css Color HEX #EC25BA Spicy Pink

📋 copy color: '#EC25BA'

red 236 ◦ green 37 ◦ blue 186

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

Shades of Spicy Pink #EC25BA

Tints of Spicy Pink #EC25BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.06%

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

R = 51.42%
G = 8.06%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC25BA (or 0xEC25BA) is known color: Spicy Pink. HEX triplet: EC, 25 and BA. RGB value is (236,37,186). Sum of RGB (Red+Green+Blue) = 236+37+186=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25BA is #13DA45. Grayscale: #717171. Windows color (decimal): -1301062 or 12199404. OLE color: 12199404.

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

Color convert

RGB 236 37 186 -
CMYK 0 0.84 0.21 0.07
HSL 315.08º 0.84% 0.54% -
HSV(B) 315.08º 0.84% 0.93% -
XYZ 44.12 22.7 48.51 -
YUV 113.49 168.93 215.38 -
System Red Green Blue C M Y K H S L
Decimal 236 37 186 0 0.84 0.21 0.07 315.08 0.84 0.54
Hex EC 25 BA 0 54 15 7 13B 54 36
Octal 354 45 272 0 124 25 7 473 124 66
Binary 11101100 100101 10111010 0 1010100 10101 111 100111011 1010100 110110

Color Harmonies of #EC25BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25BA

Black with #EC25BA

Text Example


Text Example

White with #EC25BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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