Html Css Color HEX #ED24B4 Spicy Pink

📋 copy color: '#ED24B4'

red 237 ◦ green 36 ◦ blue 180

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

Shades of Spicy Pink #ED24B4

Tints of Spicy Pink #ED24B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.74%

R = 52.32%
G = 7.95%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED24B4 (or 0xED24B4) is known color: Spicy Pink. HEX triplet: ED, 24 and B4. RGB value is (237,36,180). Sum of RGB (Red+Green+Blue) = 237+36+180=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED24B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED24B4 is #12DB4B. Grayscale: #707070. Windows color (decimal): -1235788 or 11805933. OLE color: 11805933.

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

Color convert

RGB 237 36 180 -
CMYK 0 0.85 0.24 0.07
HSL 317.01º 0.85% 0.54% -
HSV(B) 317.01º 0.85% 0.93% -
XYZ 43.79 22.56 45.23 -
YUV 112.52 166.09 216.79 -
System Red Green Blue C M Y K H S L
Decimal 237 36 180 0 0.85 0.24 0.07 317.01 0.85 0.54
Hex ED 24 B4 0 55 18 7 13D 55 36
Octal 355 44 264 0 125 30 7 475 125 66
Binary 11101101 100100 10110100 0 1010101 11000 111 100111101 1010101 110110

Color Harmonies of #ED24B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED24B4

Black with #ED24B4

Text Example


Text Example

White with #ED24B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED24B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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