Html Css Color HEX #EC25BC Spicy Pink

📋 copy color: '#EC25BC'

red 236 ◦ green 37 ◦ blue 188

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

Shades of Spicy Pink #EC25BC

Tints of Spicy Pink #EC25BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 51.19%
G = 8.03%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC25BC (or 0xEC25BC) is known color: Spicy Pink. HEX triplet: EC, 25 and BC. RGB value is (236,37,188). Sum of RGB (Red+Green+Blue) = 236+37+188=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25BC is #13DA43. Grayscale: #717171. Windows color (decimal): -1301060 or 12330476. OLE color: 12330476.

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

Color convert

RGB 236 37 188 -
CMYK 0 0.84 0.20 0.07
HSL 314.47º 0.84% 0.54% -
HSV(B) 314.47º 0.84% 0.93% -
XYZ 44.33 22.79 49.64 -
YUV 113.72 169.93 215.22 -
System Red Green Blue C M Y K H S L
Decimal 236 37 188 0 0.84 0.20 0.07 314.47 0.84 0.54
Hex EC 25 BC 0 54 14 7 13A 54 36
Octal 354 45 274 0 124 24 7 472 124 66
Binary 11101100 100101 10111100 0 1010100 10100 111 100111010 1010100 110110

Color Harmonies of #EC25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25BC

Black with #EC25BC

Text Example


Text Example

White with #EC25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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