#E150ED

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

Shades of Free Speech Magenta #E150ED

Tints of Free Speech Magenta #E150ED

Color information

#E150ED (or 0xE150ED) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 50 and ED. RGB value is (225,80,237). Sum of RGB (Red+Green+Blue) = 225+80+237=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #E150ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E150ED is #1EAF12. Grayscale: #8C8C8C. Windows color (decimal): -2010899 or 15552737. OLE color: 15552737.

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

Color convert

RGB22580237-
CMYK0.050.6600.07
HSL295.41º81.35%62.16%-
HSV(B)295.41º66.24%92.94%-
XYZ49.2127.8682.9-
YUV141.25182.04187.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 80 (31.64% from 255) = 14.76%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=41.51%
G=14.76%
B=43.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal225802370.050.6600.07295.4181.3562.16
HexE150ED54207127513e
Octal34112035551020744712176
Binary11100001101000011101101101100001001111001001111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E150ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E150ED; }

 p { color: rgb(225,80,237); }

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

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

 a { background-color: rgb(225,80,237); }

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

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

 span { border-color: rgb(225,80,237); }

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