Html Css Color HEX #ED16AC Spicy Pink

📋 copy color: '#ED16AC'

red 237 ◦ green 22 ◦ blue 172

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

Shades of Spicy Pink #ED16AC

Tints of Spicy Pink #ED16AC

RGB

 RED value IS 237 (92.97% from 255) = 54.99%

 GREEN value IS 22 (8.98% from 255) = 5.1%

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 54.99%
G = 5.1%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED16AC (or 0xED16AC) is known color: Spicy Pink. HEX triplet: ED, 16 and AC. RGB value is (237,22,172). Sum of RGB (Red+Green+Blue) = 237+22+172=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED16AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED16AC is #12E953. Grayscale: #676767. Windows color (decimal): -1239380 or 11278061. OLE color: 11278061.

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

Color convert

RGB 237 22 172 -
CMYK 0 0.91 0.27 0.07
HSL 318.14º 0.86% 0.51% -
HSV(B) 318.14º 0.91% 0.93% -
XYZ 42.66 21.56 40.94 -
YUV 103.39 166.73 223.3 -
System Red Green Blue C M Y K H S L
Decimal 237 22 172 0 0.91 0.27 0.07 318.14 0.86 0.51
Hex ED 16 AC 0 5B 1B 7 13E 56 33
Octal 355 26 254 0 133 33 7 476 126 63
Binary 11101101 10110 10101100 0 1011011 11011 111 100111110 1010110 110011

Color Harmonies of #ED16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED16AC

Black with #ED16AC

Text Example


Text Example

White with #ED16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED16AC; }

 p { color: rgb(237,22,172); }

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

background-color css

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

 a { background-color: rgb(237,22,172); }

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

border-color css

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

 span { border-color: rgb(237,22,172); }

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