Html Css Color HEX #ED25AC Spicy Pink

📋 copy color: '#ED25AC'

red 237 ◦ green 37 ◦ blue 172

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

Shades of Spicy Pink #ED25AC

Tints of Spicy Pink #ED25AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.3%

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

R = 53.14%
G = 8.3%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED25AC (or 0xED25AC) is known color: Spicy Pink. HEX triplet: ED, 25 and AC. RGB value is (237,37,172). Sum of RGB (Red+Green+Blue) = 237+37+172=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED25AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED25AC is #12DA53. Grayscale: #6F6F6F. Windows color (decimal): -1235540 or 11281901. OLE color: 11281901.

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

Color convert

RGB 237 37 172 -
CMYK 0 0.84 0.27 0.07
HSL 319.5º 0.85% 0.54% -
HSV(B) 319.5º 0.84% 0.93% -
XYZ 43.03 22.31 41.07 -
YUV 112.19 161.76 217.02 -
System Red Green Blue C M Y K H S L
Decimal 237 37 172 0 0.84 0.27 0.07 319.5 0.85 0.54
Hex ED 25 AC 0 54 1B 7 140 55 36
Octal 355 45 254 0 124 33 7 500 125 66
Binary 11101101 100101 10101100 0 1010100 11011 111 101000000 1010101 110110

Color Harmonies of #ED25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED25AC

Black with #ED25AC

Text Example


Text Example

White with #ED25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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