#E25DED

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

Shades of Free Speech Magenta #E25DED

Tints of Free Speech Magenta #E25DED

Color information

#E25DED (or 0xE25DED) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5D and ED. RGB value is (226,93,237). Sum of RGB (Red+Green+Blue) = 226+93+237=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #E25DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25DED is #1DA212. Grayscale: #949494. Windows color (decimal): -1942035 or 15556066. OLE color: 15556066.

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

Color convert

RGB22693237-
CMYK0.050.6100.07
HSL295.42º80%64.71%-
HSV(B)295.42º60.76%92.94%-
XYZ50.5630.1183.27-
YUV149.18177.56182.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 93 (36.72% from 255) = 16.73%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=40.65%
G=16.73%
B=42.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226932370.050.6100.07295.428064.71
HexE25DED53D071275041
Octal34213535557507447120101
Binary11100010101110111101101101111101011110010011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25DED; }

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

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

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

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

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

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

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

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