Html Css Color HEX #EC29BA Spicy Pink

📋 copy color: '#EC29BA'

red 236 ◦ green 41 ◦ blue 186

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

Shades of Spicy Pink #EC29BA

Tints of Spicy Pink #EC29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.86%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 50.97%
G = 8.86%
B = 40.17%

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

#EC29BA (or 0xEC29BA) is known color: Spicy Pink. HEX triplet: EC, 29 and BA. RGB value is (236,41,186). Sum of RGB (Red+Green+Blue) = 236+41+186=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29BA is #13D645. Grayscale: #737373. Windows color (decimal): -1300038 or 12200428. OLE color: 12200428.

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

Color convert

RGB 236 41 186 -
CMYK 0 0.83 0.21 0.07
HSL 315.38º 0.84% 0.54% -
HSV(B) 315.38º 0.83% 0.93% -
XYZ 44.25 22.96 48.55 -
YUV 115.84 167.6 213.71 -
System Red Green Blue C M Y K H S L
Decimal 236 41 186 0 0.83 0.21 0.07 315.38 0.84 0.54
Hex EC 29 BA 0 53 15 7 13B 54 36
Octal 354 51 272 0 123 25 7 473 124 66
Binary 11101100 101001 10111010 0 1010011 10101 111 100111011 1010100 110110

Color Harmonies of #EC29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29BA

Black with #EC29BA

Text Example


Text Example

White with #EC29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29BA; }

 p { color: rgb(236,41,186); }

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

background-color css

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

 a { background-color: rgb(236,41,186); }

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

border-color css

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

 span { border-color: rgb(236,41,186); }

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