#E755BB

Color #E755BB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E755BB

Tints of Free Speech Magenta #E755BB

Color information

#E755BB (or 0xE755BB) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 55 and BB. RGB value is (231,85,187). Sum of RGB (Red+Green+Blue) = 231+85+187=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E755BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755BB is #18AA44. Grayscale: #8C8C8C. Windows color (decimal): -1616453 or 12277223. OLE color: 12277223.

HSL color Cylindrical-coordinate representation of color #E755BB: hue angle of 318.08º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755BB is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB23185187-
CMYK00.630.190.09
HSL318.08º75.26%61.96%-
HSV(B)318.08º63.2%90.59%-
XYZ45.1727.0749.86-
YUV140.28154.37192.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 85 (33.59% from 255) = 16.90%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=45.92%
G=16.90%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318518700.630.190.09318.0875.2661.96
HexE755BB03F13913e4b3e
Octal347125273077231147611376
Binary1110011110101011011101101111111001110011001111101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E755BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E755BB; }

 p { color: rgb(231,85,187); }

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

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

 a { background-color: rgb(231,85,187); }

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

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

 span { border-color: rgb(231,85,187); }

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