Html Css Color HEX #EC1DAE Spicy Pink

📋 copy color: '#EC1DAE'

red 236 ◦ green 29 ◦ blue 174

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

Shades of Spicy Pink #EC1DAE

Tints of Spicy Pink #EC1DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 53.76%
G = 6.61%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC1DAE (or 0xEC1DAE) is known color: Spicy Pink. HEX triplet: EC, 1D and AE. RGB value is (236,29,174). Sum of RGB (Red+Green+Blue) = 236+29+174=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1DAE is #13E251. Grayscale: #6B6B6B. Windows color (decimal): -1303122 or 11410924. OLE color: 11410924.

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

Color convert

RGB 236 29 174 -
CMYK 0 0.88 0.26 0.07
HSL 317.97º 0.84% 0.52% -
HSV(B) 317.97º 0.88% 0.93% -
XYZ 42.67 21.77 42 -
YUV 107.42 165.58 219.71 -
System Red Green Blue C M Y K H S L
Decimal 236 29 174 0 0.88 0.26 0.07 317.97 0.84 0.52
Hex EC 1D AE 0 58 1A 7 13E 54 34
Octal 354 35 256 0 130 32 7 476 124 64
Binary 11101100 11101 10101110 0 1011000 11010 111 100111110 1010100 110100

Color Harmonies of #EC1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DAE

Black with #EC1DAE

Text Example


Text Example

White with #EC1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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