Html Css Color HEX #ED18A2 Spicy Pink

📋 copy color: '#ED18A2'

red 237 ◦ green 24 ◦ blue 162

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

Shades of Spicy Pink #ED18A2

Tints of Spicy Pink #ED18A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.3%

R = 56.03%
G = 5.67%
B = 38.3%

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

#ED18A2 (or 0xED18A2) is known color: Spicy Pink. HEX triplet: ED, 18 and A2. RGB value is (237,24,162). Sum of RGB (Red+Green+Blue) = 237+24+162=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED18A2 is #12E75D. Grayscale: #676767. Windows color (decimal): -1238878 or 10623213. OLE color: 10623213.

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

Color convert

RGB 237 24 162 -
CMYK 0 0.90 0.32 0.07
HSL 321.13º 0.86% 0.51% -
HSV(B) 321.13º 0.9% 0.93% -
XYZ 41.77 21.27 36.09 -
YUV 103.42 161.07 223.28 -
System Red Green Blue C M Y K H S L
Decimal 237 24 162 0 0.90 0.32 0.07 321.13 0.86 0.51
Hex ED 18 A2 0 5A 20 7 141 56 33
Octal 355 30 242 0 132 40 7 501 126 63
Binary 11101101 11000 10100010 0 1011010 100000 111 101000001 1010110 110011

Color Harmonies of #ED18A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18A2

Black with #ED18A2

Text Example


Text Example

White with #ED18A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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