Html Css Color HEX #ED1FAF Spicy Pink

📋 copy color: '#ED1FAF'

red 237 ◦ green 31 ◦ blue 175

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

Shades of Spicy Pink #ED1FAF

Tints of Spicy Pink #ED1FAF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7%

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

R = 53.5%
G = 7%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED1FAF (or 0xED1FAF) is known color: Spicy Pink. HEX triplet: ED, 1F and AF. RGB value is (237,31,175). Sum of RGB (Red+Green+Blue) = 237+31+175=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1FAF is #12E050. Grayscale: #6C6C6C. Windows color (decimal): -1237073 or 11476973. OLE color: 11476973.

HSL color Cylindrical-coordinate representation of color #ED1FAF: hue angle of 318.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1FAF is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 31 175 -
CMYK 0 0.87 0.26 0.07
HSL 318.06º 0.85% 0.53% -
HSV(B) 318.06º 0.87% 0.93% -
XYZ 43.15 22.08 42.54 -
YUV 109.01 165.25 219.29 -
System Red Green Blue C M Y K H S L
Decimal 237 31 175 0 0.87 0.26 0.07 318.06 0.85 0.53
Hex ED 1F AF 0 57 1A 7 13E 55 35
Octal 355 37 257 0 127 32 7 476 125 65
Binary 11101101 11111 10101111 0 1010111 11010 111 100111110 1010101 110101

Color Harmonies of #ED1FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FAF

Black with #ED1FAF

Text Example


Text Example

White with #ED1FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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