#E654F1

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

Shades of Free Speech Magenta #E654F1

Tints of Free Speech Magenta #E654F1

Color information

#E654F1 (or 0xE654F1) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 54 and F1. RGB value is (230,84,241). Sum of RGB (Red+Green+Blue) = 230+84+241=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 84 (33.20% from 255 or 15.14% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #E654F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E654F1 is #19AB0E. Grayscale: #919191. Windows color (decimal): -1682191 or 15815910. OLE color: 15815910.

HSL color Cylindrical-coordinate representation of color #E654F1: hue angle of 295.8º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E654F1 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23084241-
CMYK0.050.6500.05
HSL295.8º84.86%63.73%-
HSV(B)295.8º65.15%94.51%-
XYZ51.6829.5186.19-
YUV145.55181.87188.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 84 (33.20% from 255) = 15.14%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=41.44%
G=15.14%
B=43.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal230842410.050.6500.05295.884.8663.73
HexE654F1541051285540
Octal346124361510105450125100
Binary111001101010100111100011011000001010110010100010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E654F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E654F1; }

 p { color: rgb(230,84,241); }

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

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

 a { background-color: rgb(230,84,241); }

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

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

 span { border-color: rgb(230,84,241); }

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