Html Css Color HEX #ED1FAA Spicy Pink

📋 copy color: '#ED1FAA'

red 237 ◦ green 31 ◦ blue 170

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

Shades of Spicy Pink #ED1FAA

Tints of Spicy Pink #ED1FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.81%

R = 54.11%
G = 7.08%
B = 38.81%

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

#ED1FAA (or 0xED1FAA) is known color: Spicy Pink. HEX triplet: ED, 1F and AA. RGB value is (237,31,170). Sum of RGB (Red+Green+Blue) = 237+31+170=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED1FAA is #12E055. Grayscale: #6C6C6C. Windows color (decimal): -1237078 or 11149293. OLE color: 11149293.

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

Color convert

RGB 237 31 170 -
CMYK 0 0.87 0.28 0.07
HSL 319.51º 0.85% 0.53% -
HSV(B) 319.51º 0.87% 0.93% -
XYZ 42.67 21.89 40.01 -
YUV 108.44 162.75 219.7 -
System Red Green Blue C M Y K H S L
Decimal 237 31 170 0 0.87 0.28 0.07 319.51 0.85 0.53
Hex ED 1F AA 0 57 1C 7 140 55 35
Octal 355 37 252 0 127 34 7 500 125 65
Binary 11101101 11111 10101010 0 1010111 11100 111 101000000 1010101 110101

Color Harmonies of #ED1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FAA

Black with #ED1FAA

Text Example


Text Example

White with #ED1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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