Html Css Color HEX #ED18B4 Spicy Pink

📋 copy color: '#ED18B4'

red 237 ◦ green 24 ◦ blue 180

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

Shades of Spicy Pink #ED18B4

Tints of Spicy Pink #ED18B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.82%

R = 53.74%
G = 5.44%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED18B4 (or 0xED18B4) is known color: Spicy Pink. HEX triplet: ED, 18 and B4. RGB value is (237,24,180). Sum of RGB (Red+Green+Blue) = 237+24+180=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18B4 is #12E74B. Grayscale: #696969. Windows color (decimal): -1238860 or 11802861. OLE color: 11802861.

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

Color convert

RGB 237 24 180 -
CMYK 0 0.90 0.24 0.07
HSL 316.06º 0.86% 0.51% -
HSV(B) 316.06º 0.9% 0.93% -
XYZ 43.49 21.95 45.13 -
YUV 105.47 170.07 221.82 -
System Red Green Blue C M Y K H S L
Decimal 237 24 180 0 0.90 0.24 0.07 316.06 0.86 0.51
Hex ED 18 B4 0 5A 18 7 13C 56 33
Octal 355 30 264 0 132 30 7 474 126 63
Binary 11101101 11000 10110100 0 1011010 11000 111 100111100 1010110 110011

Color Harmonies of #ED18B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18B4

Black with #ED18B4

Text Example


Text Example

White with #ED18B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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