#e649ed

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

Shades of Free Speech Magenta #E649ED

Tints of Free Speech Magenta #E649ED

Color information

#E649ED (or 0xE649ED) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 49 and ED. RGB value is (230,73,237). Sum of RGB (Red+Green+Blue) = 230+73+237=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 73 (28.91% from 255 or 13.52% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #E649ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E649ED is #19B612. Grayscale: #8A8A8A. Windows color (decimal): -1685011 or 15550950. OLE color: 15550950.

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

Color convert

RGB23073237-
CMYK0.030.6900.07
HSL297.44º82%60.78%-
HSV(B)297.44º69.2%92.94%-
XYZ50.327.782.82-
YUV138.64183.51193.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.59%
GREEN value IS 73 (28.91% from 255) = 13.52%
BLUE value IS 237 (92.97% from 255) = 43.89%
R=42.59%
G=13.52%
B=43.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal230732370.030.6900.07297.448260.78
HexE649ED34507129523d
Octal34611135531050745112275
Binary1110011010010011110110111100010101111001010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e649ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e649ed; }

 p { color: rgb(230,73,237); }

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

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

 a { background-color: rgb(230,73,237); }

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

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

 span { border-color: rgb(230,73,237); }

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