Html Css Color HEX #EC28B1 Spicy Pink

📋 copy color: '#EC28B1'

red 236 ◦ green 40 ◦ blue 177

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

Shades of Spicy Pink #EC28B1

Tints of Spicy Pink #EC28B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.07%

R = 52.1%
G = 8.83%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC28B1 (or 0xEC28B1) is known color: Spicy Pink. HEX triplet: EC, 28 and B1. RGB value is (236,40,177). Sum of RGB (Red+Green+Blue) = 236+40+177=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC28B1 is #13D74E. Grayscale: #717171. Windows color (decimal): -1300303 or 11610348. OLE color: 11610348.

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

Color convert

RGB 236 40 177 -
CMYK 0 0.83 0.25 0.07
HSL 318.06º 0.84% 0.54% -
HSV(B) 318.06º 0.83% 0.93% -
XYZ 43.29 22.52 43.66 -
YUV 114.22 163.43 214.86 -
System Red Green Blue C M Y K H S L
Decimal 236 40 177 0 0.83 0.25 0.07 318.06 0.84 0.54
Hex EC 28 B1 0 53 19 7 13E 54 36
Octal 354 50 261 0 123 31 7 476 124 66
Binary 11101100 101000 10110001 0 1010011 11001 111 100111110 1010100 110110

Color Harmonies of #EC28B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC28B1

Black with #EC28B1

Text Example


Text Example

White with #EC28B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC28B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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