Html Css Color HEX #EC24AA Spicy Pink

📋 copy color: '#EC24AA'

red 236 ◦ green 36 ◦ blue 170

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

Shades of Spicy Pink #EC24AA

Tints of Spicy Pink #EC24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.14%

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

R = 53.39%
G = 8.14%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC24AA (or 0xEC24AA) is known color: Spicy Pink. HEX triplet: EC, 24 and AA. RGB value is (236,36,170). Sum of RGB (Red+Green+Blue) = 236+36+170=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC24AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC24AA is #13DB55. Grayscale: #6E6E6E. Windows color (decimal): -1301334 or 11150572. OLE color: 11150572.

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

Color convert

RGB 236 36 170 -
CMYK 0 0.85 0.28 0.07
HSL 319.8º 0.84% 0.53% -
HSV(B) 319.8º 0.85% 0.93% -
XYZ 42.48 22 40.04 -
YUV 111.08 161.26 217.1 -
System Red Green Blue C M Y K H S L
Decimal 236 36 170 0 0.85 0.28 0.07 319.8 0.84 0.53
Hex EC 24 AA 0 55 1C 7 140 54 35
Octal 354 44 252 0 125 34 7 500 124 65
Binary 11101100 100100 10101010 0 1010101 11100 111 101000000 1010100 110101

Color Harmonies of #EC24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC24AA

Black with #EC24AA

Text Example


Text Example

White with #EC24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC24AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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