#E705BE

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

Shades of Shocking Pink #E705BE

Tints of Shocking Pink #E705BE

Color information

#E705BE (or 0xE705BE) is unknown color: approx Shocking Pink. HEX triplet: E7, 05 and BE. RGB value is (231,5,190). Sum of RGB (Red+Green+Blue) = 231+5+190=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E705BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E705BE is #18FA41. Grayscale: #5D5D5D. Windows color (decimal): -1636930 or 12453351. OLE color: 12453351.

HSL color Cylindrical-coordinate representation of color #E705BE: hue angle of 310.88º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705BE is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB2315190-
CMYK00.980.180.09
HSL310.88º95.76%46.27%-
HSV(B)310.88º97.84%90.59%-
XYZ42.320.8250.5-
YUV93.66182.37225.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.23%
GREEN value IS 5 (2.34% from 255) = 1.17%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=54.23%
G=1.17%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231519000.980.180.09310.8895.7646.27
HexE75BE062129137602e
Octal34752760142221146714056
Binary1110011110110111110011000101001010011001101111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E705BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E705BE; }

 p { color: rgb(231,5,190); }

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

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

 a { background-color: rgb(231,5,190); }

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

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

 span { border-color: rgb(231,5,190); }

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