Html Css Color HEX #ED1FAB Spicy Pink

📋 copy color: '#ED1FAB'

red 237 ◦ green 31 ◦ blue 171

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

Shades of Spicy Pink #ED1FAB

Tints of Spicy Pink #ED1FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 53.99%
G = 7.06%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED1FAB (or 0xED1FAB) is known color: Spicy Pink. HEX triplet: ED, 1F and AB. RGB value is (237,31,171). Sum of RGB (Red+Green+Blue) = 237+31+171=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1FAB is #12E054. Grayscale: #6C6C6C. Windows color (decimal): -1237077 or 11214829. OLE color: 11214829.

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

Color convert

RGB 237 31 171 -
CMYK 0 0.87 0.28 0.07
HSL 319.22º 0.85% 0.53% -
HSV(B) 319.22º 0.87% 0.93% -
XYZ 42.77 21.92 40.51 -
YUV 108.55 163.25 219.62 -
System Red Green Blue C M Y K H S L
Decimal 237 31 171 0 0.87 0.28 0.07 319.22 0.85 0.53
Hex ED 1F AB 0 57 1C 7 13F 55 35
Octal 355 37 253 0 127 34 7 477 125 65
Binary 11101101 11111 10101011 0 1010111 11100 111 100111111 1010101 110101

Color Harmonies of #ED1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FAB

Black with #ED1FAB

Text Example


Text Example

White with #ED1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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