#ec21af

Color #EC21AF Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #EC21AF

Tints of Spicy Pink #EC21AF

Color information

#EC21AF (or 0xEC21AF) is unknown color: approx Spicy Pink. HEX triplet: EC, 21 and AF. RGB value is (236,33,175). Sum of RGB (Red+Green+Blue) = 236+33+175=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC21AF is #13DE50. Grayscale: #6D6D6D. Windows color (decimal): -1302097 or 11477484. OLE color: 11477484.

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

Color convert

RGB23633175-
CMYK00.860.260.07
HSL318.03º84.23%52.75%-
HSV(B)318.03º86.02%92.55%-
XYZ42.8722.0242.55-
YUV109.88164.75217.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.15%
GREEN value IS 33 (13.28% from 255) = 7.43%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=53.15%
G=7.43%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363317500.860.260.07318.0384.2352.75
HexEC21AF0561A713e5435
Octal35441257012632747612465
Binary111011001000011010111101010110110101111001111101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec21af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec21af; }

 p { color: rgb(236,33,175); }

 H1.HeaderClassName
 {
   color: #ec21af;
 }
 .AnyTagClassName
 {
   color: #ec21af;
 }
</style>
background-color css

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

 a { background-color: rgb(236,33,175); }

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

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

 span { border-color: rgb(236,33,175); }

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