Html Css Color HEX #ED24AC Spicy Pink

📋 copy color: '#ED24AC'

red 237 ◦ green 36 ◦ blue 172

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

Shades of Spicy Pink #ED24AC

Tints of Spicy Pink #ED24AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.09%

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 53.26%
G = 8.09%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED24AC (or 0xED24AC) is known color: Spicy Pink. HEX triplet: ED, 24 and AC. RGB value is (237,36,172). Sum of RGB (Red+Green+Blue) = 237+36+172=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED24AC is #12DB53. Grayscale: #6F6F6F. Windows color (decimal): -1235796 or 11281645. OLE color: 11281645.

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

Color convert

RGB 237 36 172 -
CMYK 0 0.85 0.27 0.07
HSL 319.4º 0.85% 0.54% -
HSV(B) 319.4º 0.85% 0.93% -
XYZ 43 22.24 41.06 -
YUV 111.6 162.09 217.44 -
System Red Green Blue C M Y K H S L
Decimal 237 36 172 0 0.85 0.27 0.07 319.4 0.85 0.54
Hex ED 24 AC 0 55 1B 7 13F 55 36
Octal 355 44 254 0 125 33 7 477 125 66
Binary 11101101 100100 10101100 0 1010101 11011 111 100111111 1010101 110110

Color Harmonies of #ED24AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24AC

Black with #ED24AC

Text Example


Text Example

White with #ED24AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24AC; }

 p { color: rgb(237,36,172); }

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

background-color css

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

 a { background-color: rgb(237,36,172); }

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

border-color css

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

 span { border-color: rgb(237,36,172); }

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