Html Css Color HEX #EC1CAD Spicy Pink

📋 copy color: '#EC1CAD'

red 236 ◦ green 28 ◦ blue 173

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

Shades of Spicy Pink #EC1CAD

Tints of Spicy Pink #EC1CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.41%

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 54%
G = 6.41%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC1CAD (or 0xEC1CAD) is known color: Spicy Pink. HEX triplet: EC, 1C and AD. RGB value is (236,28,173). Sum of RGB (Red+Green+Blue) = 236+28+173=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1CAD is #13E352. Grayscale: #6A6A6A. Windows color (decimal): -1303379 or 11345132. OLE color: 11345132.

HSL color Cylindrical-coordinate representation of color #EC1CAD: hue angle of 318.17º degrees, saturation: 0.85, 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 #EC1CAD is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 28 173 -
CMYK 0 0.88 0.27 0.07
HSL 318.17º 0.85% 0.52% -
HSV(B) 318.17º 0.88% 0.93% -
XYZ 42.55 21.68 41.48 -
YUV 106.72 165.41 220.21 -
System Red Green Blue C M Y K H S L
Decimal 236 28 173 0 0.88 0.27 0.07 318.17 0.85 0.52
Hex EC 1C AD 0 58 1B 7 13E 55 34
Octal 354 34 255 0 130 33 7 476 125 64
Binary 11101100 11100 10101101 0 1011000 11011 111 100111110 1010101 110100

Color Harmonies of #EC1CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1CAD

Black with #EC1CAD

Text Example


Text Example

White with #EC1CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1CAD; }

 p { color: rgb(236,28,173); }

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

background-color css

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

 a { background-color: rgb(236,28,173); }

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

border-color css

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

 span { border-color: rgb(236,28,173); }

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