Html Css Color HEX #ED24BA Spicy Pink

📋 copy color: '#ED24BA'

red 237 ◦ green 36 ◦ blue 186

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

Shades of Spicy Pink #ED24BA

Tints of Spicy Pink #ED24BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 51.63%
G = 7.84%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED24BA (or 0xED24BA) is known color: Spicy Pink. HEX triplet: ED, 24 and BA. RGB value is (237,36,186). Sum of RGB (Red+Green+Blue) = 237+36+186=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24BA is #12DB45. Grayscale: #707070. Windows color (decimal): -1235782 or 12199149. OLE color: 12199149.

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

Color convert

RGB 237 36 186 -
CMYK 0 0.85 0.22 0.07
HSL 315.22º 0.85% 0.54% -
HSV(B) 315.22º 0.85% 0.93% -
XYZ 44.42 22.81 48.52 -
YUV 113.2 169.09 216.3 -
System Red Green Blue C M Y K H S L
Decimal 237 36 186 0 0.85 0.22 0.07 315.22 0.85 0.54
Hex ED 24 BA 0 55 16 7 13B 55 36
Octal 355 44 272 0 125 26 7 473 125 66
Binary 11101101 100100 10111010 0 1010101 10110 111 100111011 1010101 110110

Color Harmonies of #ED24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24BA

Black with #ED24BA

Text Example


Text Example

White with #ED24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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