Html Css Color HEX #ED18BD Shocking Pink

📋 copy color: '#ED18BD'

red 237 ◦ green 24 ◦ blue 189

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

Shades of Shocking Pink #ED18BD

Tints of Shocking Pink #ED18BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42%

R = 52.67%
G = 5.33%
B = 42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED18BD (or 0xED18BD) is known color: Shocking Pink. HEX triplet: ED, 18 and BD. RGB value is (237,24,189). Sum of RGB (Red+Green+Blue) = 237+24+189=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18BD is #12E742. Grayscale: #6A6A6A. Windows color (decimal): -1238851 or 12392685. OLE color: 12392685.

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

Color convert

RGB 237 24 189 -
CMYK 0 0.90 0.20 0.07
HSL 313.52º 0.86% 0.51% -
HSV(B) 313.52º 0.9% 0.93% -
XYZ 44.44 22.33 50.11 -
YUV 106.5 174.57 221.08 -
System Red Green Blue C M Y K H S L
Decimal 237 24 189 0 0.90 0.20 0.07 313.52 0.86 0.51
Hex ED 18 BD 0 5A 14 7 13A 56 33
Octal 355 30 275 0 132 24 7 472 126 63
Binary 11101101 11000 10111101 0 1011010 10100 111 100111010 1010110 110011

Color Harmonies of #ED18BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18BD

Black with #ED18BD

Text Example


Text Example

White with #ED18BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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