Html Css Color HEX #ED24BC Spicy Pink

📋 copy color: '#ED24BC'

red 237 ◦ green 36 ◦ blue 188

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

Shades of Spicy Pink #ED24BC

Tints of Spicy Pink #ED24BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 51.41%
G = 7.81%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED24BC (or 0xED24BC) is known color: Spicy Pink. HEX triplet: ED, 24 and BC. RGB value is (237,36,188). Sum of RGB (Red+Green+Blue) = 237+36+188=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24BC is #12DB43. Grayscale: #717171. Windows color (decimal): -1235780 or 12330221. OLE color: 12330221.

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

Color convert

RGB 237 36 188 -
CMYK 0 0.85 0.21 0.07
HSL 314.63º 0.85% 0.54% -
HSV(B) 314.63º 0.85% 0.93% -
XYZ 44.63 22.9 49.64 -
YUV 113.43 170.09 216.14 -
System Red Green Blue C M Y K H S L
Decimal 237 36 188 0 0.85 0.21 0.07 314.63 0.85 0.54
Hex ED 24 BC 0 55 15 7 13B 55 36
Octal 355 44 274 0 125 25 7 473 125 66
Binary 11101101 100100 10111100 0 1010101 10101 111 100111011 1010101 110110

Color Harmonies of #ED24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24BC

Black with #ED24BC

Text Example


Text Example

White with #ED24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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