Html Css Color HEX #EC25B5 Spicy Pink

📋 copy color: '#EC25B5'

red 236 ◦ green 37 ◦ blue 181

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

Shades of Spicy Pink #EC25B5

Tints of Spicy Pink #EC25B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.87%

R = 51.98%
G = 8.15%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC25B5 (or 0xEC25B5) is known color: Spicy Pink. HEX triplet: EC, 25 and B5. RGB value is (236,37,181). Sum of RGB (Red+Green+Blue) = 236+37+181=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25B5 is #13DA4A. Grayscale: #707070. Windows color (decimal): -1301067 or 11871724. OLE color: 11871724.

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

Color convert

RGB 236 37 181 -
CMYK 0 0.84 0.23 0.07
HSL 316.58º 0.84% 0.54% -
HSV(B) 316.58º 0.84% 0.93% -
XYZ 43.59 22.49 45.76 -
YUV 112.92 166.43 215.79 -
System Red Green Blue C M Y K H S L
Decimal 236 37 181 0 0.84 0.23 0.07 316.58 0.84 0.54
Hex EC 25 B5 0 54 17 7 13D 54 36
Octal 354 45 265 0 124 27 7 475 124 66
Binary 11101100 100101 10110101 0 1010100 10111 111 100111101 1010100 110110

Color Harmonies of #EC25B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25B5

Black with #EC25B5

Text Example


Text Example

White with #EC25B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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