Html Css Color HEX #EC1DB5 Spicy Pink

📋 copy color: '#EC1DB5'

red 236 ◦ green 29 ◦ blue 181

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

Shades of Spicy Pink #EC1DB5

Tints of Spicy Pink #EC1DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.58%

R = 52.91%
G = 6.5%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC1DB5 (or 0xEC1DB5) is known color: Spicy Pink. HEX triplet: EC, 1D and B5. RGB value is (236,29,181). Sum of RGB (Red+Green+Blue) = 236+29+181=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DB5 is #13E24A. Grayscale: #6B6B6B. Windows color (decimal): -1303115 or 11869676. OLE color: 11869676.

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

Color convert

RGB 236 29 181 -
CMYK 0 0.88 0.23 0.07
HSL 315.94º 0.84% 0.52% -
HSV(B) 315.94º 0.88% 0.93% -
XYZ 43.37 22.05 45.69 -
YUV 108.22 169.08 219.14 -
System Red Green Blue C M Y K H S L
Decimal 236 29 181 0 0.88 0.23 0.07 315.94 0.84 0.52
Hex EC 1D B5 0 58 17 7 13C 54 34
Octal 354 35 265 0 130 27 7 474 124 64
Binary 11101100 11101 10110101 0 1011000 10111 111 100111100 1010100 110100

Color Harmonies of #EC1DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DB5

Black with #EC1DB5

Text Example


Text Example

White with #EC1DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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