Html Css Color HEX #EC15B1 Spicy Pink

📋 copy color: '#EC15B1'

red 236 ◦ green 21 ◦ blue 177

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

Shades of Spicy Pink #EC15B1

Tints of Spicy Pink #EC15B1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.84%

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

R = 54.38%
G = 4.84%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC15B1 (or 0xEC15B1) is known color: Spicy Pink. HEX triplet: EC, 15 and B1. RGB value is (236,21,177). Sum of RGB (Red+Green+Blue) = 236+21+177=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC15B1 is #13EA4E. Grayscale: #666666. Windows color (decimal): -1305167 or 11605484. OLE color: 11605484.

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

Color convert

RGB 236 21 177 -
CMYK 0 0.91 0.25 0.07
HSL 316.47º 0.85% 0.5% -
HSV(B) 316.47º 0.91% 0.93% -
XYZ 42.8 21.54 43.5 -
YUV 103.07 169.73 222.82 -
System Red Green Blue C M Y K H S L
Decimal 236 21 177 0 0.91 0.25 0.07 316.47 0.85 0.5
Hex EC 15 B1 0 5B 19 7 13C 55 32
Octal 354 25 261 0 133 31 7 474 125 62
Binary 11101100 10101 10110001 0 1011011 11001 111 100111100 1010101 110010

Color Harmonies of #EC15B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15B1

Black with #EC15B1

Text Example


Text Example

White with #EC15B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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