Html Css Color HEX #ED17AF Spicy Pink

📋 copy color: '#ED17AF'

red 237 ◦ green 23 ◦ blue 175

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

Shades of Spicy Pink #ED17AF

Tints of Spicy Pink #ED17AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 54.48%
G = 5.29%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED17AF (or 0xED17AF) is known color: Spicy Pink. HEX triplet: ED, 17 and AF. RGB value is (237,23,175). Sum of RGB (Red+Green+Blue) = 237+23+175=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED17AF is #12E850. Grayscale: #676767. Windows color (decimal): -1239121 or 11474925. OLE color: 11474925.

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

Color convert

RGB 237 23 175 -
CMYK 0 0.90 0.26 0.07
HSL 317.38º 0.86% 0.51% -
HSV(B) 317.38º 0.9% 0.93% -
XYZ 42.97 21.71 42.48 -
YUV 104.31 167.9 222.64 -
System Red Green Blue C M Y K H S L
Decimal 237 23 175 0 0.90 0.26 0.07 317.38 0.86 0.51
Hex ED 17 AF 0 5A 1A 7 13D 56 33
Octal 355 27 257 0 132 32 7 475 126 63
Binary 11101101 10111 10101111 0 1011010 11010 111 100111101 1010110 110011

Color Harmonies of #ED17AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED17AF

Black with #ED17AF

Text Example


Text Example

White with #ED17AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED17AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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