Html Css Color HEX #ED18A4 Spicy Pink

📋 copy color: '#ED18A4'

red 237 ◦ green 24 ◦ blue 164

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

Shades of Spicy Pink #ED18A4

Tints of Spicy Pink #ED18A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.59%

R = 55.76%
G = 5.65%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ED18A4 (or 0xED18A4) is known color: Spicy Pink. HEX triplet: ED, 18 and A4. RGB value is (237,24,164). Sum of RGB (Red+Green+Blue) = 237+24+164=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED18A4 is #12E75B. Grayscale: #676767. Windows color (decimal): -1238876 or 10754285. OLE color: 10754285.

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

Color convert

RGB 237 24 164 -
CMYK 0 0.90 0.31 0.07
HSL 320.56º 0.86% 0.51% -
HSV(B) 320.56º 0.9% 0.93% -
XYZ 41.95 21.34 37.03 -
YUV 103.65 162.07 223.12 -
System Red Green Blue C M Y K H S L
Decimal 237 24 164 0 0.90 0.31 0.07 320.56 0.86 0.51
Hex ED 18 A4 0 5A 1F 7 141 56 33
Octal 355 30 244 0 132 37 7 501 126 63
Binary 11101101 11000 10100100 0 1011010 11111 111 101000001 1010110 110011

Color Harmonies of #ED18A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18A4

Black with #ED18A4

Text Example


Text Example

White with #ED18A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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