Html Css Color HEX #EC15A7 Spicy Pink

📋 copy color: '#EC15A7'

red 236 ◦ green 21 ◦ blue 167

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

Shades of Spicy Pink #EC15A7

Tints of Spicy Pink #EC15A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.39%

R = 55.66%
G = 4.95%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC15A7 (or 0xEC15A7) is known color: Spicy Pink. HEX triplet: EC, 15 and A7. RGB value is (236,21,167). Sum of RGB (Red+Green+Blue) = 236+21+167=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC15A7 is #13EA58. Grayscale: #656565. Windows color (decimal): -1305177 or 10950124. OLE color: 10950124.

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

Color convert

RGB 236 21 167 -
CMYK 0 0.91 0.29 0.07
HSL 319.26º 0.85% 0.5% -
HSV(B) 319.26º 0.91% 0.93% -
XYZ 41.84 21.16 38.44 -
YUV 101.93 164.73 223.63 -
System Red Green Blue C M Y K H S L
Decimal 236 21 167 0 0.91 0.29 0.07 319.26 0.85 0.5
Hex EC 15 A7 0 5B 1D 7 13F 55 32
Octal 354 25 247 0 133 35 7 477 125 62
Binary 11101100 10101 10100111 0 1011011 11101 111 100111111 1010101 110010

Color Harmonies of #EC15A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15A7

Black with #EC15A7

Text Example


Text Example

White with #EC15A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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