#E460BE

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

Shades of Free Speech Magenta #E460BE

Tints of Free Speech Magenta #E460BE

Color information

#E460BE (or 0xE460BE) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 60 and BE. RGB value is (228,96,190). Sum of RGB (Red+Green+Blue) = 228+96+190=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E460BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460BE is #1B9F41. Grayscale: #919191. Windows color (decimal): -1810242 or 12476644. OLE color: 12476644.

HSL color Cylindrical-coordinate representation of color #E460BE: hue angle of 317.27º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E460BE is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB22896190-
CMYK00.580.170.11
HSL317.27º70.97%63.53%-
HSV(B)317.27º57.89%89.41%-
XYZ45.4728.5851.83-
YUV146.18152.73186.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.36%
GREEN value IS 96 (37.89% from 255) = 18.68%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=44.36%
G=18.68%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289619000.580.170.11317.2770.9763.53
HexE460BE03A11B13d4740
Octal3441402760722113475107100
Binary11100100110000010111110011101010001101110011110110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E460BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E460BE; }

 p { color: rgb(228,96,190); }

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

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

 a { background-color: rgb(228,96,190); }

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

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

 span { border-color: rgb(228,96,190); }

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