Html Css Color HEX #EC28AD Spicy Pink

📋 copy color: '#EC28AD'

red 236 ◦ green 40 ◦ blue 173

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

Shades of Spicy Pink #EC28AD

Tints of Spicy Pink #EC28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.91%

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 52.56%
G = 8.91%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC28AD (or 0xEC28AD) is known color: Spicy Pink. HEX triplet: EC, 28 and AD. RGB value is (236,40,173). Sum of RGB (Red+Green+Blue) = 236+40+173=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC28AD is #13D752. Grayscale: #717171. Windows color (decimal): -1300307 or 11348204. OLE color: 11348204.

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

Color convert

RGB 236 40 173 -
CMYK 0 0.83 0.27 0.07
HSL 319.29º 0.84% 0.54% -
HSV(B) 319.29º 0.83% 0.93% -
XYZ 42.89 22.37 41.59 -
YUV 113.77 161.43 215.19 -
System Red Green Blue C M Y K H S L
Decimal 236 40 173 0 0.83 0.27 0.07 319.29 0.84 0.54
Hex EC 28 AD 0 53 1B 7 13F 54 36
Octal 354 50 255 0 123 33 7 477 124 66
Binary 11101100 101000 10101101 0 1010011 11011 111 100111111 1010100 110110

Color Harmonies of #EC28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC28AD

Black with #EC28AD

Text Example


Text Example

White with #EC28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC28AD; }

 p { color: rgb(236,40,173); }

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

background-color css

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

 a { background-color: rgb(236,40,173); }

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

border-color css

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

 span { border-color: rgb(236,40,173); }

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