Html Css Color HEX #EC1EB4 Spicy Pink

📋 copy color: '#EC1EB4'

red 236 ◦ green 30 ◦ blue 180

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

Shades of Spicy Pink #EC1EB4

Tints of Spicy Pink #EC1EB4

RGB

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

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

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

R = 52.91%
G = 6.73%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC1EB4 (or 0xEC1EB4) is known color: Spicy Pink. HEX triplet: EC, 1E and B4. RGB value is (236,30,180). Sum of RGB (Red+Green+Blue) = 236+30+180=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EB4 is #13E14B. Grayscale: #6C6C6C. Windows color (decimal): -1302860 or 11804396. OLE color: 11804396.

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

Color convert

RGB 236 30 180 -
CMYK 0 0.87 0.24 0.07
HSL 316.31º 0.84% 0.52% -
HSV(B) 316.31º 0.87% 0.93% -
XYZ 43.29 22.06 45.16 -
YUV 108.69 168.25 218.8 -
System Red Green Blue C M Y K H S L
Decimal 236 30 180 0 0.87 0.24 0.07 316.31 0.84 0.52
Hex EC 1E B4 0 57 18 7 13C 54 34
Octal 354 36 264 0 127 30 7 474 124 64
Binary 11101100 11110 10110100 0 1010111 11000 111 100111100 1010100 110100

Color Harmonies of #EC1EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1EB4

Black with #EC1EB4

Text Example


Text Example

White with #EC1EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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