Html Css Color HEX #ED17BD Shocking Pink

📋 copy color: '#ED17BD'

red 237 ◦ green 23 ◦ blue 189

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

Shades of Shocking Pink #ED17BD

Tints of Shocking Pink #ED17BD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.12%

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

R = 52.78%
G = 5.12%
B = 42.09%

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

#ED17BD (or 0xED17BD) is known color: Shocking Pink. HEX triplet: ED, 17 and BD. RGB value is (237,23,189). Sum of RGB (Red+Green+Blue) = 237+23+189=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED17BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED17BD is #12E842. Grayscale: #696969. Windows color (decimal): -1239107 or 12392429. OLE color: 12392429.

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

Color convert

RGB 237 23 189 -
CMYK 0 0.90 0.20 0.07
HSL 313.46º 0.86% 0.51% -
HSV(B) 313.46º 0.9% 0.93% -
XYZ 44.42 22.29 50.11 -
YUV 105.91 174.9 221.5 -
System Red Green Blue C M Y K H S L
Decimal 237 23 189 0 0.90 0.20 0.07 313.46 0.86 0.51
Hex ED 17 BD 0 5A 14 7 139 56 33
Octal 355 27 275 0 132 24 7 471 126 63
Binary 11101101 10111 10111101 0 1011010 10100 111 100111001 1010110 110011

Color Harmonies of #ED17BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED17BD

Black with #ED17BD

Text Example


Text Example

White with #ED17BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED17BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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