Html Css Color HEX #ED18A0 Spicy Pink

📋 copy color: '#ED18A0'

red 237 ◦ green 24 ◦ blue 160

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

Shades of Spicy Pink #ED18A0

Tints of Spicy Pink #ED18A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38%

R = 56.29%
G = 5.7%
B = 38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED18A0 (or 0xED18A0) is known color: Spicy Pink. HEX triplet: ED, 18 and A0. RGB value is (237,24,160). Sum of RGB (Red+Green+Blue) = 237+24+160=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED18A0 is #12E75F. Grayscale: #666666. Windows color (decimal): -1238880 or 10492141. OLE color: 10492141.

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

Color convert

RGB 237 24 160 -
CMYK 0 0.90 0.32 0.07
HSL 321.69º 0.86% 0.51% -
HSV(B) 321.69º 0.9% 0.93% -
XYZ 41.6 21.2 35.16 -
YUV 103.19 160.07 223.44 -
System Red Green Blue C M Y K H S L
Decimal 237 24 160 0 0.90 0.32 0.07 321.69 0.86 0.51
Hex ED 18 A0 0 5A 20 7 142 56 33
Octal 355 30 240 0 132 40 7 502 126 63
Binary 11101101 11000 10100000 0 1011010 100000 111 101000010 1010110 110011

Color Harmonies of #ED18A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18A0

Black with #ED18A0

Text Example


Text Example

White with #ED18A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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