Html Css Color HEX #ED1FBC Shocking Pink

📋 copy color: '#ED1FBC'

red 237 ◦ green 31 ◦ blue 188

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

Shades of Shocking Pink #ED1FBC

Tints of Shocking Pink #ED1FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.8%

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

R = 51.97%
G = 6.8%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED1FBC (or 0xED1FBC) is known color: Shocking Pink. HEX triplet: ED, 1F and BC. RGB value is (237,31,188). Sum of RGB (Red+Green+Blue) = 237+31+188=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1FBC is #12E043. Grayscale: #6E6E6E. Windows color (decimal): -1237060 or 12328941. OLE color: 12328941.

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

Color convert

RGB 237 31 188 -
CMYK 0 0.87 0.21 0.07
HSL 314.27º 0.85% 0.53% -
HSV(B) 314.27º 0.87% 0.93% -
XYZ 44.49 22.62 49.6 -
YUV 110.49 171.75 218.23 -
System Red Green Blue C M Y K H S L
Decimal 237 31 188 0 0.87 0.21 0.07 314.27 0.85 0.53
Hex ED 1F BC 0 57 15 7 13A 55 35
Octal 355 37 274 0 127 25 7 472 125 65
Binary 11101101 11111 10111100 0 1010111 10101 111 100111010 1010101 110101

Color Harmonies of #ED1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FBC

Black with #ED1FBC

Text Example


Text Example

White with #ED1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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