#E642F9

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

Shades of Free Speech Magenta #E642F9

Tints of Free Speech Magenta #E642F9

Color information

#E642F9 (or 0xE642F9) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 42 and F9. RGB value is (230,66,249). Sum of RGB (Red+Green+Blue) = 230+66+249=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 66 (26.17% from 255 or 12.11% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #E642F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E642F9 is #19BD06. Grayscale: #878787. Windows color (decimal): -1686791 or 16335590. OLE color: 16335590.

HSL color Cylindrical-coordinate representation of color #E642F9: hue angle of 293.77º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E642F9 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23066249-
CMYK0.080.7300.02
HSL293.77º93.85%61.76%-
HSV(B)293.77º73.49%97.65%-
XYZ51.6827.5692.22-
YUV135.9191.83195.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 66 (26.17% from 255) = 12.11%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=42.20%
G=12.11%
B=45.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal230662490.080.7300.02293.7793.8561.76
HexE642F9849021265e3e
Octal346102371101110244613676
Binary11100110100001011111001100010010010101001001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E642F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E642F9; }

 p { color: rgb(230,66,249); }

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

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

 a { background-color: rgb(230,66,249); }

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

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

 span { border-color: rgb(230,66,249); }

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