Html Css Color HEX #EC1BAA Spicy Pink

📋 copy color: '#EC1BAA'

red 236 ◦ green 27 ◦ blue 170

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

Shades of Spicy Pink #EC1BAA

Tints of Spicy Pink #EC1BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.24%

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 54.5%
G = 6.24%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC1BAA (or 0xEC1BAA) is known color: Spicy Pink. HEX triplet: EC, 1B and AA. RGB value is (236,27,170). Sum of RGB (Red+Green+Blue) = 236+27+170=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1BAA is #13E455. Grayscale: #696969. Windows color (decimal): -1303638 or 11148268. OLE color: 11148268.

HSL color Cylindrical-coordinate representation of color #EC1BAA: hue angle of 318.95º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1BAA is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 27 170 -
CMYK 0 0.89 0.28 0.07
HSL 318.95º 0.85% 0.52% -
HSV(B) 318.95º 0.89% 0.93% -
XYZ 42.24 21.52 39.96 -
YUV 105.79 164.24 220.87 -
System Red Green Blue C M Y K H S L
Decimal 236 27 170 0 0.89 0.28 0.07 318.95 0.85 0.52
Hex EC 1B AA 0 59 1C 7 13F 55 34
Octal 354 33 252 0 131 34 7 477 125 64
Binary 11101100 11011 10101010 0 1011001 11100 111 100111111 1010101 110100

Color Harmonies of #EC1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1BAA

Black with #EC1BAA

Text Example


Text Example

White with #EC1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1BAA; }

 p { color: rgb(236,27,170); }

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

background-color css

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

 a { background-color: rgb(236,27,170); }

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

border-color css

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

 span { border-color: rgb(236,27,170); }

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