#E460D1

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

Shades of Free Speech Magenta #E460D1

Tints of Free Speech Magenta #E460D1

Color information

#E460D1 (or 0xE460D1) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 60 and D1. RGB value is (228,96,209). Sum of RGB (Red+Green+Blue) = 228+96+209=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E460D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460D1 is #1B9F2E. Grayscale: #949494. Windows color (decimal): -1810223 or 13721828. OLE color: 13721828.

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

Color convert

RGB22896209-
CMYK00.580.080.11
HSL308.64º70.97%63.53%-
HSV(B)308.64º57.89%89.41%-
XYZ47.6929.4663.5-
YUV148.35162.23184.81-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.78%
GREEN value IS 96 (37.89% from 255) = 18.01%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=42.78%
G=18.01%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289620900.580.080.11308.6470.9763.53
HexE460D103A8B1354740
Octal3441403210721013465107100
Binary1110010011000001101000101110101000101110011010110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E460D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E460D1; }

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

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

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

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

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

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

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

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