#E459D2

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

Shades of Free Speech Magenta #E459D2

Tints of Free Speech Magenta #E459D2

Color information

#E459D2 (or 0xE459D2) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 59 and D2. RGB value is (228,89,210). Sum of RGB (Red+Green+Blue) = 228+89+210=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E459D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E459D2 is #1BA62D. Grayscale: #909090. Windows color (decimal): -1812014 or 13785572. OLE color: 13785572.

HSL color Cylindrical-coordinate representation of color #E459D2: hue angle of 307.77º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E459D2 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB22889210-
CMYK00.610.080.11
HSL307.77º72.02%62.16%-
HSV(B)307.77º60.96%89.41%-
XYZ47.228.2963.95-
YUV144.35165.05187.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.26%
GREEN value IS 89 (35.16% from 255) = 16.89%
BLUE value IS 210 (82.42% from 255) = 39.85%
R=43.26%
G=16.89%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288921000.610.080.11307.7772.0262.16
HexE459D203D8B134483e
Octal344131322075101346411076
Binary111001001011001110100100111101100010111001101001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E459D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E459D2; }

 p { color: rgb(228,89,210); }

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

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

 a { background-color: rgb(228,89,210); }

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

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

 span { border-color: rgb(228,89,210); }

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