Html Css Color HEX #EC1BB4 Spicy Pink

📋 copy color: '#EC1BB4'

red 236 ◦ green 27 ◦ blue 180

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

Shades of Spicy Pink #EC1BB4

Tints of Spicy Pink #EC1BB4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.09%

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

R = 53.27%
G = 6.09%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC1BB4 (or 0xEC1BB4) is known color: Spicy Pink. HEX triplet: EC, 1B and B4. RGB value is (236,27,180). Sum of RGB (Red+Green+Blue) = 236+27+180=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1BB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1BB4 is #13E44B. Grayscale: #6A6A6A. Windows color (decimal): -1303628 or 11803628. OLE color: 11803628.

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

Color convert

RGB 236 27 180 -
CMYK 0 0.89 0.24 0.07
HSL 316.08º 0.85% 0.52% -
HSV(B) 316.08º 0.89% 0.93% -
XYZ 43.22 21.91 45.13 -
YUV 106.93 169.24 220.06 -
System Red Green Blue C M Y K H S L
Decimal 236 27 180 0 0.89 0.24 0.07 316.08 0.85 0.52
Hex EC 1B B4 0 59 18 7 13C 55 34
Octal 354 33 264 0 131 30 7 474 125 64
Binary 11101100 11011 10110100 0 1011001 11000 111 100111100 1010101 110100

Color Harmonies of #EC1BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1BB4

Black with #EC1BB4

Text Example


Text Example

White with #EC1BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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