#E63FED

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

Shades of Free Speech Magenta #E63FED

Tints of Free Speech Magenta #E63FED

Color information

#E63FED (or 0xE63FED) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 3F and ED. RGB value is (230,63,237). Sum of RGB (Red+Green+Blue) = 230+63+237=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #E63FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63FED is #19C012. Grayscale: #848484. Windows color (decimal): -1687571 or 15548390. OLE color: 15548390.

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

Color convert

RGB23063237-
CMYK0.030.7300.07
HSL297.59º82.86%58.82%-
HSV(B)297.59º73.42%92.94%-
XYZ49.726.4982.62-
YUV132.77186.83197.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.40%
GREEN value IS 63 (25% from 255) = 11.89%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=43.40%
G=11.89%
B=44.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal230632370.030.7300.07297.5982.8658.82
HexE63FED3490712a533b
Octal3467735531110745212373
Binary111001101111111110110111100100101111001010101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63FED; }

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

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

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

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

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

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

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

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