Html Css Color HEX #EC1EB7 Spicy Pink

📋 copy color: '#EC1EB7'

red 236 ◦ green 30 ◦ blue 183

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

Shades of Spicy Pink #EC1EB7

Tints of Spicy Pink #EC1EB7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.68%

 BLUE value IS 183 (71.88% from 255) = 40.76%

R = 52.56%
G = 6.68%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC1EB7 (or 0xEC1EB7) is known color: Spicy Pink. HEX triplet: EC, 1E and B7. RGB value is (236,30,183). Sum of RGB (Red+Green+Blue) = 236+30+183=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EB7 is #13E148. Grayscale: #6C6C6C. Windows color (decimal): -1302857 or 12001004. OLE color: 12001004.

HSL color Cylindrical-coordinate representation of color #EC1EB7: hue angle of 315.44º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1EB7 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 30 183 -
CMYK 0 0.87 0.22 0.07
HSL 315.44º 0.84% 0.52% -
HSV(B) 315.44º 0.87% 0.93% -
XYZ 43.6 22.18 46.78 -
YUV 109.04 169.75 218.56 -
System Red Green Blue C M Y K H S L
Decimal 236 30 183 0 0.87 0.22 0.07 315.44 0.84 0.52
Hex EC 1E B7 0 57 16 7 13B 54 34
Octal 354 36 267 0 127 26 7 473 124 64
Binary 11101100 11110 10110111 0 1010111 10110 111 100111011 1010100 110100

Color Harmonies of #EC1EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1EB7

Black with #EC1EB7

Text Example


Text Example

White with #EC1EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1EB7; }

 p { color: rgb(236,30,183); }

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

background-color css

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

 a { background-color: rgb(236,30,183); }

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

border-color css

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

 span { border-color: rgb(236,30,183); }

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