#E45AED

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

Shades of Free Speech Magenta #E45AED

Tints of Free Speech Magenta #E45AED

Color information

#E45AED (or 0xE45AED) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 5A and ED. RGB value is (228,90,237). Sum of RGB (Red+Green+Blue) = 228+90+237=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #E45AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E45AED is #1BA512. Grayscale: #939393. Windows color (decimal): -1811731 or 15555300. OLE color: 15555300.

HSL color Cylindrical-coordinate representation of color #E45AED: hue angle of 296.33º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E45AED is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22890237-
CMYK0.040.6200.07
HSL296.33º80.33%64.12%-
HSV(B)296.33º62.03%92.94%-
XYZ50.9429.9283.21-
YUV148.02178.22185.05-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.08%
GREEN value IS 90 (35.55% from 255) = 16.22%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=41.08%
G=16.22%
B=42.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal228902370.040.6200.07296.3380.3364.12
HexE45AED43E071285040
Octal34413235547607450120100
Binary11100100101101011101101100111110011110010100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45AED; }

 p { color: rgb(228,90,237); }

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

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

 a { background-color: rgb(228,90,237); }

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

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

 span { border-color: rgb(228,90,237); }

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