Html Css Color HEX #EC28B9 Spicy Pink

📋 copy color: '#EC28B9'

red 236 ◦ green 40 ◦ blue 185

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

Shades of Spicy Pink #EC28B9

Tints of Spicy Pink #EC28B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 51.19%
G = 8.68%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC28B9 (or 0xEC28B9) is known color: Spicy Pink. HEX triplet: EC, 28 and B9. RGB value is (236,40,185). Sum of RGB (Red+Green+Blue) = 236+40+185=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC28B9 is #13D746. Grayscale: #727272. Windows color (decimal): -1300295 or 12134636. OLE color: 12134636.

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

Color convert

RGB 236 40 185 -
CMYK 0 0.83 0.22 0.07
HSL 315.61º 0.84% 0.54% -
HSV(B) 315.61º 0.83% 0.93% -
XYZ 44.11 22.85 47.99 -
YUV 115.13 167.43 214.21 -
System Red Green Blue C M Y K H S L
Decimal 236 40 185 0 0.83 0.22 0.07 315.61 0.84 0.54
Hex EC 28 B9 0 53 16 7 13C 54 36
Octal 354 50 271 0 123 26 7 474 124 66
Binary 11101100 101000 10111001 0 1010011 10110 111 100111100 1010100 110110

Color Harmonies of #EC28B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC28B9

Black with #EC28B9

Text Example


Text Example

White with #EC28B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC28B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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