Html Css Color HEX #EC25AA Spicy Pink

📋 copy color: '#EC25AA'

red 236 ◦ green 37 ◦ blue 170

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

Shades of Spicy Pink #EC25AA

Tints of Spicy Pink #EC25AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 53.27%
G = 8.35%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC25AA (or 0xEC25AA) is known color: Spicy Pink. HEX triplet: EC, 25 and AA. RGB value is (236,37,170). Sum of RGB (Red+Green+Blue) = 236+37+170=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC25AA is #13DA55. Grayscale: #6F6F6F. Windows color (decimal): -1301078 or 11150828. OLE color: 11150828.

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

Color convert

RGB 236 37 170 -
CMYK 0 0.84 0.28 0.07
HSL 319.9º 0.84% 0.54% -
HSV(B) 319.9º 0.84% 0.93% -
XYZ 42.51 22.06 40.05 -
YUV 111.66 160.93 216.69 -
System Red Green Blue C M Y K H S L
Decimal 236 37 170 0 0.84 0.28 0.07 319.9 0.84 0.54
Hex EC 25 AA 0 54 1C 7 140 54 36
Octal 354 45 252 0 124 34 7 500 124 66
Binary 11101100 100101 10101010 0 1010100 11100 111 101000000 1010100 110110

Color Harmonies of #EC25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25AA

Black with #EC25AA

Text Example


Text Example

White with #EC25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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