Html Css Color HEX #ED18C0 Shocking Pink

📋 copy color: '#ED18C0'

red 237 ◦ green 24 ◦ blue 192

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

Shades of Shocking Pink #ED18C0

Tints of Shocking Pink #ED18C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.38%

R = 52.32%
G = 5.3%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED18C0 (or 0xED18C0) is known color: Shocking Pink. HEX triplet: ED, 18 and C0. RGB value is (237,24,192). Sum of RGB (Red+Green+Blue) = 237+24+192=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18C0 is #12E73F. Grayscale: #6A6A6A. Windows color (decimal): -1238848 or 12589293. OLE color: 12589293.

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

Color convert

RGB 237 24 192 -
CMYK 0 0.90 0.19 0.07
HSL 312.68º 0.86% 0.51% -
HSV(B) 312.68º 0.9% 0.93% -
XYZ 44.77 22.46 51.85 -
YUV 106.84 176.07 220.84 -
System Red Green Blue C M Y K H S L
Decimal 237 24 192 0 0.90 0.19 0.07 312.68 0.86 0.51
Hex ED 18 C0 0 5A 13 7 139 56 33
Octal 355 30 300 0 132 23 7 471 126 63
Binary 11101101 11000 11000000 0 1011010 10011 111 100111001 1010110 110011

Color Harmonies of #ED18C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18C0

Black with #ED18C0

Text Example


Text Example

White with #ED18C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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