#E25EE7

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

Shades of Free Speech Magenta #E25EE7

Tints of Free Speech Magenta #E25EE7

Color information

#E25EE7 (or 0xE25EE7) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 5E and E7. RGB value is (226,94,231). Sum of RGB (Red+Green+Blue) = 226+94+231=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #E25EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25EE7 is #1DA118. Grayscale: #949494. Windows color (decimal): -1941785 or 15163106. OLE color: 15163106.

HSL color Cylindrical-coordinate representation of color #E25EE7: hue angle of 297.81º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25EE7 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22694231-
CMYK0.020.5900.09
HSL297.81º74.05%63.73%-
HSV(B)297.81º59.31%90.59%-
XYZ49.7929.9478.76-
YUV149.09174.23182.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.02%
GREEN value IS 94 (37.11% from 255) = 17.06%
BLUE value IS 231 (90.62% from 255) = 41.92%
R=41.02%
G=17.06%
B=41.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal226942310.020.5900.09297.8174.0563.73
HexE25EE723B0912a4a40
Octal342136347273011452112100
Binary11100010101111011100111101110110100110010101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25EE7; }

 p { color: rgb(226,94,231); }

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

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

 a { background-color: rgb(226,94,231); }

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

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

 span { border-color: rgb(226,94,231); }

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