Html Css Color HEX #EC28BB Spicy Pink

📋 copy color: '#EC28BB'

red 236 ◦ green 40 ◦ blue 187

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

Shades of Spicy Pink #EC28BB

Tints of Spicy Pink #EC28BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 50.97%
G = 8.64%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC28BB (or 0xEC28BB) is known color: Spicy Pink. HEX triplet: EC, 28 and BB. RGB value is (236,40,187). Sum of RGB (Red+Green+Blue) = 236+40+187=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC28BB is #13D744. Grayscale: #727272. Windows color (decimal): -1300293 or 12265708. OLE color: 12265708.

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

Color convert

RGB 236 40 187 -
CMYK 0 0.83 0.21 0.07
HSL 315º 0.84% 0.54% -
HSV(B) 315º 0.83% 0.93% -
XYZ 44.32 22.94 49.11 -
YUV 115.36 168.43 214.05 -
System Red Green Blue C M Y K H S L
Decimal 236 40 187 0 0.83 0.21 0.07 315 0.84 0.54
Hex EC 28 BB 0 53 15 7 13B 54 36
Octal 354 50 273 0 123 25 7 473 124 66
Binary 11101100 101000 10111011 0 1010011 10101 111 100111011 1010100 110110

Color Harmonies of #EC28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC28BB

Black with #EC28BB

Text Example


Text Example

White with #EC28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC28BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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