Html Css Color HEX #EC1DB1 Spicy Pink

📋 copy color: '#EC1DB1'

red 236 ◦ green 29 ◦ blue 177

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

Shades of Spicy Pink #EC1DB1

Tints of Spicy Pink #EC1DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 53.39%
G = 6.56%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC1DB1 (or 0xEC1DB1) is known color: Spicy Pink. HEX triplet: EC, 1D and B1. RGB value is (236,29,177). Sum of RGB (Red+Green+Blue) = 236+29+177=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1DB1 is #13E24E. Grayscale: #6B6B6B. Windows color (decimal): -1303119 or 11607532. OLE color: 11607532.

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

Color convert

RGB 236 29 177 -
CMYK 0 0.88 0.25 0.07
HSL 317.1º 0.84% 0.52% -
HSV(B) 317.1º 0.88% 0.93% -
XYZ 42.97 21.89 43.55 -
YUV 107.77 167.08 219.47 -
System Red Green Blue C M Y K H S L
Decimal 236 29 177 0 0.88 0.25 0.07 317.1 0.84 0.52
Hex EC 1D B1 0 58 19 7 13D 54 34
Octal 354 35 261 0 130 31 7 475 124 64
Binary 11101100 11101 10110001 0 1011000 11001 111 100111101 1010100 110100

Color Harmonies of #EC1DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DB1

Black with #EC1DB1

Text Example


Text Example

White with #EC1DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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