Html Css Color HEX #ED18CD Shocking Pink

📋 copy color: '#ED18CD'

red 237 ◦ green 24 ◦ blue 205

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

Shades of Shocking Pink #ED18CD

Tints of Shocking Pink #ED18CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 50.86%
G = 5.15%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED18CD (or 0xED18CD) is known color: Shocking Pink. HEX triplet: ED, 18 and CD. RGB value is (237,24,205). Sum of RGB (Red+Green+Blue) = 237+24+205=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18CD is #12E732. Grayscale: #6B6B6B. Windows color (decimal): -1238835 or 13441261. OLE color: 13441261.

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

Color convert

RGB 237 24 205 -
CMYK 0 0.90 0.14 0.07
HSL 309.01º 0.86% 0.51% -
HSV(B) 309.01º 0.9% 0.93% -
XYZ 46.27 23.07 59.77 -
YUV 108.32 182.57 219.78 -
System Red Green Blue C M Y K H S L
Decimal 237 24 205 0 0.90 0.14 0.07 309.01 0.86 0.51
Hex ED 18 CD 0 5A E 7 135 56 33
Octal 355 30 315 0 132 16 7 465 126 63
Binary 11101101 11000 11001101 0 1011010 1110 111 100110101 1010110 110011

Color Harmonies of #ED18CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18CD

Black with #ED18CD

Text Example


Text Example

White with #ED18CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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