#E754BB

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

Shades of Free Speech Magenta #E754BB

Tints of Free Speech Magenta #E754BB

Color information

#E754BB (or 0xE754BB) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 54 and BB. RGB value is (231,84,187). Sum of RGB (Red+Green+Blue) = 231+84+187=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E754BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754BB is #18AB44. Grayscale: #8B8B8B. Windows color (decimal): -1616709 or 12276967. OLE color: 12276967.

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

Color convert

RGB23184187-
CMYK00.640.190.09
HSL317.96º75.38%61.76%-
HSV(B)317.96º63.64%90.59%-
XYZ45.0926.9249.83-
YUV139.7154.7193.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.02%
GREEN value IS 84 (33.20% from 255) = 16.73%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=46.02%
G=16.73%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318418700.640.190.09317.9675.3861.76
HexE754BB04013913e4b3e
Octal3471242730100231147611376
Binary11100111101010010111011010000001001110011001111101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E754BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E754BB; }

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

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

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

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

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

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

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

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