Html Css Color HEX #ED18AA Spicy Pink

📋 copy color: '#ED18AA'

red 237 ◦ green 24 ◦ blue 170

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

Shades of Spicy Pink #ED18AA

Tints of Spicy Pink #ED18AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 54.99%
G = 5.57%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED18AA (or 0xED18AA) is known color: Spicy Pink. HEX triplet: ED, 18 and AA. RGB value is (237,24,170). Sum of RGB (Red+Green+Blue) = 237+24+170=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED18AA is #12E755. Grayscale: #676767. Windows color (decimal): -1238870 or 11147501. OLE color: 11147501.

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

Color convert

RGB 237 24 170 -
CMYK 0 0.90 0.28 0.07
HSL 318.87º 0.86% 0.51% -
HSV(B) 318.87º 0.9% 0.93% -
XYZ 42.51 21.56 39.95 -
YUV 104.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 237 24 170 0 0.90 0.28 0.07 318.87 0.86 0.51
Hex ED 18 AA 0 5A 1C 7 13F 56 33
Octal 355 30 252 0 132 34 7 477 126 63
Binary 11101101 11000 10101010 0 1011010 11100 111 100111111 1010110 110011

Color Harmonies of #ED18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18AA

Black with #ED18AA

Text Example


Text Example

White with #ED18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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