Html Css Color HEX #EC1DB4 Spicy Pink

📋 copy color: '#EC1DB4'

red 236 ◦ green 29 ◦ blue 180

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

Shades of Spicy Pink #EC1DB4

Tints of Spicy Pink #EC1DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.45%

R = 53.03%
G = 6.52%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC1DB4 (or 0xEC1DB4) is known color: Spicy Pink. HEX triplet: EC, 1D and B4. RGB value is (236,29,180). Sum of RGB (Red+Green+Blue) = 236+29+180=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DB4 is #13E24B. Grayscale: #6B6B6B. Windows color (decimal): -1303116 or 11804140. OLE color: 11804140.

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

Color convert

RGB 236 29 180 -
CMYK 0 0.88 0.24 0.07
HSL 316.23º 0.84% 0.52% -
HSV(B) 316.23º 0.88% 0.93% -
XYZ 43.27 22.01 45.15 -
YUV 108.11 168.58 219.22 -
System Red Green Blue C M Y K H S L
Decimal 236 29 180 0 0.88 0.24 0.07 316.23 0.84 0.52
Hex EC 1D B4 0 58 18 7 13C 54 34
Octal 354 35 264 0 130 30 7 474 124 64
Binary 11101100 11101 10110100 0 1011000 11000 111 100111100 1010100 110100

Color Harmonies of #EC1DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DB4

Black with #EC1DB4

Text Example


Text Example

White with #EC1DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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