Html Css Color HEX #ED15BC Shocking Pink

📋 copy color: '#ED15BC'

red 237 ◦ green 21 ◦ blue 188

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

Shades of Shocking Pink #ED15BC

Tints of Shocking Pink #ED15BC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.71%

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

R = 53.14%
G = 4.71%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED15BC (or 0xED15BC) is known color: Shocking Pink. HEX triplet: ED, 15 and BC. RGB value is (237,21,188). Sum of RGB (Red+Green+Blue) = 237+21+188=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15BC is #12EA43. Grayscale: #686868. Windows color (decimal): -1239620 or 12326381. OLE color: 12326381.

HSL color Cylindrical-coordinate representation of color #ED15BC: hue angle of 313.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED15BC is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 21 188 -
CMYK 0 0.91 0.21 0.07
HSL 313.61º 0.86% 0.51% -
HSV(B) 313.61º 0.91% 0.93% -
XYZ 44.27 22.17 49.52 -
YUV 104.62 175.06 222.42 -
System Red Green Blue C M Y K H S L
Decimal 237 21 188 0 0.91 0.21 0.07 313.61 0.86 0.51
Hex ED 15 BC 0 5B 15 7 13A 56 33
Octal 355 25 274 0 133 25 7 472 126 63
Binary 11101101 10101 10111100 0 1011011 10101 111 100111010 1010110 110011

Color Harmonies of #ED15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15BC

Black with #ED15BC

Text Example


Text Example

White with #ED15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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