Html Css Color HEX #ED18AC Spicy Pink

📋 copy color: '#ED18AC'

red 237 ◦ green 24 ◦ blue 172

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

Shades of Spicy Pink #ED18AC

Tints of Spicy Pink #ED18AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.54%

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

R = 54.73%
G = 5.54%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED18AC (or 0xED18AC) is known color: Spicy Pink. HEX triplet: ED, 18 and AC. RGB value is (237,24,172). Sum of RGB (Red+Green+Blue) = 237+24+172=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED18AC is #12E753. Grayscale: #686868. Windows color (decimal): -1238868 or 11278573. OLE color: 11278573.

HSL color Cylindrical-coordinate representation of color #ED18AC: hue angle of 318.31º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED18AC is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 24 172 -
CMYK 0 0.90 0.27 0.07
HSL 318.31º 0.86% 0.51% -
HSV(B) 318.31º 0.9% 0.93% -
XYZ 42.7 21.64 40.96 -
YUV 104.56 166.07 222.47 -
System Red Green Blue C M Y K H S L
Decimal 237 24 172 0 0.90 0.27 0.07 318.31 0.86 0.51
Hex ED 18 AC 0 5A 1B 7 13E 56 33
Octal 355 30 254 0 132 33 7 476 126 63
Binary 11101101 11000 10101100 0 1011010 11011 111 100111110 1010110 110011

Color Harmonies of #ED18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18AC

Black with #ED18AC

Text Example


Text Example

White with #ED18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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