Html Css Color HEX #EC21B9 Spicy Pink

📋 copy color: '#EC21B9'

red 236 ◦ green 33 ◦ blue 185

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

Shades of Spicy Pink #EC21B9

Tints of Spicy Pink #EC21B9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.27%

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

R = 51.98%
G = 7.27%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC21B9 (or 0xEC21B9) is known color: Spicy Pink. HEX triplet: EC, 21 and B9. RGB value is (236,33,185). Sum of RGB (Red+Green+Blue) = 236+33+185=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21B9 is #13DE46. Grayscale: #6E6E6E. Windows color (decimal): -1302087 or 12132844. OLE color: 12132844.

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

Color convert

RGB 236 33 185 -
CMYK 0 0.86 0.22 0.07
HSL 315.07º 0.84% 0.53% -
HSV(B) 315.07º 0.86% 0.93% -
XYZ 43.89 22.42 47.91 -
YUV 111.03 169.75 217.14 -
System Red Green Blue C M Y K H S L
Decimal 236 33 185 0 0.86 0.22 0.07 315.07 0.84 0.53
Hex EC 21 B9 0 56 16 7 13B 54 35
Octal 354 41 271 0 126 26 7 473 124 65
Binary 11101100 100001 10111001 0 1010110 10110 111 100111011 1010100 110101

Color Harmonies of #EC21B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21B9

Black with #EC21B9

Text Example


Text Example

White with #EC21B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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