#E460C0

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

Shades of Free Speech Magenta #E460C0

Tints of Free Speech Magenta #E460C0

Color information

#E460C0 (or 0xE460C0) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 60 and C0. RGB value is (228,96,192). Sum of RGB (Red+Green+Blue) = 228+96+192=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E460C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460C0 is #1B9F3F. Grayscale: #929292. Windows color (decimal): -1810240 or 12607716. OLE color: 12607716.

HSL color Cylindrical-coordinate representation of color #E460C0: hue angle of 316.36º 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 #E460C0 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22896192-
CMYK00.580.160.11
HSL316.36º70.97%63.53%-
HSV(B)316.36º57.89%89.41%-
XYZ45.6928.6752.99-
YUV146.41153.73186.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.19%
GREEN value IS 96 (37.89% from 255) = 18.60%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=44.19%
G=18.60%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289619200.580.160.11316.3670.9763.53
HexE460C003A10B13c4740
Octal3441403000722013474107100
Binary11100100110000011000000011101010000101110011110010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E460C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E460C0; }

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

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

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

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

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

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

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

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