Html Css Color HEX #ED18B0 Spicy Pink

📋 copy color: '#ED18B0'

red 237 ◦ green 24 ◦ blue 176

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

Shades of Spicy Pink #ED18B0

Tints of Spicy Pink #ED18B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 54.23%
G = 5.49%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED18B0 (or 0xED18B0) is known color: Spicy Pink. HEX triplet: ED, 18 and B0. RGB value is (237,24,176). Sum of RGB (Red+Green+Blue) = 237+24+176=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED18B0 is #12E74F. Grayscale: #686868. Windows color (decimal): -1238864 or 11540717. OLE color: 11540717.

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

Color convert

RGB 237 24 176 -
CMYK 0 0.90 0.26 0.07
HSL 317.18º 0.86% 0.51% -
HSV(B) 317.18º 0.9% 0.93% -
XYZ 43.09 21.79 43.01 -
YUV 105.02 168.07 222.14 -
System Red Green Blue C M Y K H S L
Decimal 237 24 176 0 0.90 0.26 0.07 317.18 0.86 0.51
Hex ED 18 B0 0 5A 1A 7 13D 56 33
Octal 355 30 260 0 132 32 7 475 126 63
Binary 11101101 11000 10110000 0 1011010 11010 111 100111101 1010110 110011

Color Harmonies of #ED18B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18B0

Black with #ED18B0

Text Example


Text Example

White with #ED18B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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