Html Css Color HEX #ED17A6 Spicy Pink

📋 copy color: '#ED17A6'

red 237 ◦ green 23 ◦ blue 166

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

Shades of Spicy Pink #ED17A6

Tints of Spicy Pink #ED17A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.97%

R = 55.63%
G = 5.4%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED17A6 (or 0xED17A6) is known color: Spicy Pink. HEX triplet: ED, 17 and A6. RGB value is (237,23,166). Sum of RGB (Red+Green+Blue) = 237+23+166=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED17A6 is #12E859. Grayscale: #666666. Windows color (decimal): -1239130 or 10885101. OLE color: 10885101.

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

Color convert

RGB 237 23 166 -
CMYK 0 0.90 0.30 0.07
HSL 319.91º 0.86% 0.51% -
HSV(B) 319.91º 0.9% 0.93% -
XYZ 42.11 21.37 37.98 -
YUV 103.29 163.4 223.37 -
System Red Green Blue C M Y K H S L
Decimal 237 23 166 0 0.90 0.30 0.07 319.91 0.86 0.51
Hex ED 17 A6 0 5A 1E 7 140 56 33
Octal 355 27 246 0 132 36 7 500 126 63
Binary 11101101 10111 10100110 0 1011010 11110 111 101000000 1010110 110011

Color Harmonies of #ED17A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED17A6

Black with #ED17A6

Text Example


Text Example

White with #ED17A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED17A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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