Html Css Color HEX #ED17A2 Spicy Pink

📋 copy color: '#ED17A2'

red 237 ◦ green 23 ◦ blue 162

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

Shades of Spicy Pink #ED17A2

Tints of Spicy Pink #ED17A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.39%

R = 56.16%
G = 5.45%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED17A2 (or 0xED17A2) is known color: Spicy Pink. HEX triplet: ED, 17 and A2. RGB value is (237,23,162). Sum of RGB (Red+Green+Blue) = 237+23+162=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED17A2 is #12E85D. Grayscale: #666666. Windows color (decimal): -1239134 or 10622957. OLE color: 10622957.

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

Color convert

RGB 237 23 162 -
CMYK 0 0.90 0.32 0.07
HSL 321.03º 0.86% 0.51% -
HSV(B) 321.03º 0.9% 0.93% -
XYZ 41.75 21.23 36.08 -
YUV 102.83 161.4 223.7 -
System Red Green Blue C M Y K H S L
Decimal 237 23 162 0 0.90 0.32 0.07 321.03 0.86 0.51
Hex ED 17 A2 0 5A 20 7 141 56 33
Octal 355 27 242 0 132 40 7 501 126 63
Binary 11101101 10111 10100010 0 1011010 100000 111 101000001 1010110 110011

Color Harmonies of #ED17A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED17A2

Black with #ED17A2

Text Example


Text Example

White with #ED17A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED17A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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