Html Css Color HEX #EC1DAA Spicy Pink

📋 copy color: '#EC1DAA'

red 236 ◦ green 29 ◦ blue 170

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

Shades of Spicy Pink #EC1DAA

Tints of Spicy Pink #EC1DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.67%

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

R = 54.25%
G = 6.67%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC1DAA (or 0xEC1DAA) is known color: Spicy Pink. HEX triplet: EC, 1D and AA. RGB value is (236,29,170). Sum of RGB (Red+Green+Blue) = 236+29+170=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1DAA is #13E255. Grayscale: #6A6A6A. Windows color (decimal): -1303126 or 11148780. OLE color: 11148780.

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

Color convert

RGB 236 29 170 -
CMYK 0 0.88 0.28 0.07
HSL 319.13º 0.84% 0.52% -
HSV(B) 319.13º 0.88% 0.93% -
XYZ 42.29 21.61 39.97 -
YUV 106.97 163.58 220.04 -
System Red Green Blue C M Y K H S L
Decimal 236 29 170 0 0.88 0.28 0.07 319.13 0.84 0.52
Hex EC 1D AA 0 58 1C 7 13F 54 34
Octal 354 35 252 0 130 34 7 477 124 64
Binary 11101100 11101 10101010 0 1011000 11100 111 100111111 1010100 110100

Color Harmonies of #EC1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DAA

Black with #EC1DAA

Text Example


Text Example

White with #EC1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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