Html Css Color HEX #ED18BC Shocking Pink

📋 copy color: '#ED18BC'

red 237 ◦ green 24 ◦ blue 188

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

Shades of Shocking Pink #ED18BC

Tints of Shocking Pink #ED18BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 52.78%
G = 5.35%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED18BC (or 0xED18BC) is known color: Shocking Pink. HEX triplet: ED, 18 and BC. RGB value is (237,24,188). Sum of RGB (Red+Green+Blue) = 237+24+188=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18BC is #12E743. Grayscale: #696969. Windows color (decimal): -1238852 or 12327149. OLE color: 12327149.

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

Color convert

RGB 237 24 188 -
CMYK 0 0.90 0.21 0.07
HSL 313.8º 0.86% 0.51% -
HSV(B) 313.8º 0.9% 0.93% -
XYZ 44.33 22.29 49.54 -
YUV 106.38 174.07 221.16 -
System Red Green Blue C M Y K H S L
Decimal 237 24 188 0 0.90 0.21 0.07 313.8 0.86 0.51
Hex ED 18 BC 0 5A 15 7 13A 56 33
Octal 355 30 274 0 132 25 7 472 126 63
Binary 11101101 11000 10111100 0 1011010 10101 111 100111010 1010110 110011

Color Harmonies of #ED18BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18BC

Black with #ED18BC

Text Example


Text Example

White with #ED18BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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