#ed11b7

Color #ED11B7 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #ED11B7

Tints of Shocking Pink #ED11B7

Color information

#ED11B7 (or 0xED11B7) is unknown color: approx Shocking Pink. HEX triplet: ED, 11 and B7. RGB value is (237,17,183). Sum of RGB (Red+Green+Blue) = 237+17+183=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED11B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED11B7 is #12EE48. Grayscale: #656565. Windows color (decimal): -1240649 or 11997677. OLE color: 11997677.

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

Color convert

RGB23717183-
CMYK00.930.230.07
HSL314.73º86.61%49.8%-
HSV(B)314.73º92.83%92.94%-
XYZ43.6721.8246.71-
YUV101.7173.89224.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.23%
GREEN value IS 17 (7.03% from 255) = 3.89%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=54.23%
G=3.89%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371718300.930.230.07314.7386.6149.8
HexED11B705D17713b5732
Octal35521267013527747312762
Binary11101101100011011011101011101101111111001110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed11b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed11b7; }

 p { color: rgb(237,17,183); }

 H1.HeaderClassName
 {
   color: #ed11b7;
 }
 .AnyTagClassName
 {
   color: #ed11b7;
 }
</style>
background-color css

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

 a { background-color: rgb(237,17,183); }

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

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

 span { border-color: rgb(237,17,183); }

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