Html Css Color HEX #ED18BE Shocking Pink

📋 copy color: '#ED18BE'

red 237 ◦ green 24 ◦ blue 190

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

Shades of Shocking Pink #ED18BE

Tints of Shocking Pink #ED18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 52.55%
G = 5.32%
B = 42.13%

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

#ED18BE (or 0xED18BE) is known color: Shocking Pink. HEX triplet: ED, 18 and BE. RGB value is (237,24,190). Sum of RGB (Red+Green+Blue) = 237+24+190=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 24 (9.77% from 255 or 5.32% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18BE is #12E741. Grayscale: #6A6A6A. Windows color (decimal): -1238850 or 12458221. OLE color: 12458221.

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

Color convert

RGB 237 24 190 -
CMYK 0 0.90 0.20 0.07
HSL 313.24º 0.86% 0.51% -
HSV(B) 313.24º 0.9% 0.93% -
XYZ 44.55 22.38 50.69 -
YUV 106.61 175.07 221 -
System Red Green Blue C M Y K H S L
Decimal 237 24 190 0 0.90 0.20 0.07 313.24 0.86 0.51
Hex ED 18 BE 0 5A 14 7 139 56 33
Octal 355 30 276 0 132 24 7 471 126 63
Binary 11101101 11000 10111110 0 1011010 10100 111 100111001 1010110 110011

Color Harmonies of #ED18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18BE

Black with #ED18BE

Text Example


Text Example

White with #ED18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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