Html Css Color HEX #ED24AB Spicy Pink

📋 copy color: '#ED24AB'

red 237 ◦ green 36 ◦ blue 171

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

Shades of Spicy Pink #ED24AB

Tints of Spicy Pink #ED24AB

RGB

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

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

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

R = 53.38%
G = 8.11%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED24AB (or 0xED24AB) is known color: Spicy Pink. HEX triplet: ED, 24 and AB. RGB value is (237,36,171). Sum of RGB (Red+Green+Blue) = 237+36+171=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED24AB is #12DB54. Grayscale: #6F6F6F. Windows color (decimal): -1235797 or 11216109. OLE color: 11216109.

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

Color convert

RGB 237 36 171 -
CMYK 0 0.85 0.28 0.07
HSL 319.7º 0.85% 0.54% -
HSV(B) 319.7º 0.85% 0.93% -
XYZ 42.91 22.21 40.55 -
YUV 111.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 237 36 171 0 0.85 0.28 0.07 319.7 0.85 0.54
Hex ED 24 AB 0 55 1C 7 140 55 36
Octal 355 44 253 0 125 34 7 500 125 66
Binary 11101101 100100 10101011 0 1010101 11100 111 101000000 1010101 110110

Color Harmonies of #ED24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24AB

Black with #ED24AB

Text Example


Text Example

White with #ED24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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