#E25AED

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

Shades of Free Speech Magenta #E25AED

Tints of Free Speech Magenta #E25AED

Color information

#E25AED (or 0xE25AED) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5A and ED. RGB value is (226,90,237). Sum of RGB (Red+Green+Blue) = 226+90+237=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #E25AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25AED is #1DA512. Grayscale: #929292. Windows color (decimal): -1942803 or 15555298. OLE color: 15555298.

HSL color Cylindrical-coordinate representation of color #E25AED: hue angle of 295.51º 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 #E25AED is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22690237-
CMYK0.050.6200.07
HSL295.51º80.33%64.12%-
HSV(B)295.51º62.03%92.94%-
XYZ50.3129.683.18-
YUV147.42178.56184.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 90 (35.55% from 255) = 16.27%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=40.87%
G=16.27%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226902370.050.6200.07295.5180.3364.12
HexE25AED53E071285040
Octal34213235557607450120100
Binary11100010101101011101101101111110011110010100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25AED; }

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

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

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

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

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

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

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

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