Html Css Color HEX #ED17AC Spicy Pink

📋 copy color: '#ED17AC'

red 237 ◦ green 23 ◦ blue 172

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

Shades of Spicy Pink #ED17AC

Tints of Spicy Pink #ED17AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.32%

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

R = 54.86%
G = 5.32%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED17AC (or 0xED17AC) is known color: Spicy Pink. HEX triplet: ED, 17 and AC. RGB value is (237,23,172). Sum of RGB (Red+Green+Blue) = 237+23+172=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED17AC is #12E853. Grayscale: #676767. Windows color (decimal): -1239124 or 11278317. OLE color: 11278317.

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

Color convert

RGB 237 23 172 -
CMYK 0 0.90 0.27 0.07
HSL 318.22º 0.86% 0.51% -
HSV(B) 318.22º 0.9% 0.93% -
XYZ 42.68 21.6 40.95 -
YUV 103.97 166.4 222.88 -
System Red Green Blue C M Y K H S L
Decimal 237 23 172 0 0.90 0.27 0.07 318.22 0.86 0.51
Hex ED 17 AC 0 5A 1B 7 13E 56 33
Octal 355 27 254 0 132 33 7 476 126 63
Binary 11101101 10111 10101100 0 1011010 11011 111 100111110 1010110 110011

Color Harmonies of #ED17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED17AC

Black with #ED17AC

Text Example


Text Example

White with #ED17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED17AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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