#E245F1

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

Shades of Free Speech Magenta #E245F1

Tints of Free Speech Magenta #E245F1

Color information

#E245F1 (or 0xE245F1) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 45 and F1. RGB value is (226,69,241). Sum of RGB (Red+Green+Blue) = 226+69+241=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 69 (27.34% from 255 or 12.87% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #E245F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E245F1 is #1DBA0E. Grayscale: #878787. Windows color (decimal): -1948175 or 15812066. OLE color: 15812066.

HSL color Cylindrical-coordinate representation of color #E245F1: hue angle of 294.77º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E245F1 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22669241-
CMYK0.060.7100.05
HSL294.77º86%60.78%-
HSV(B)294.77º71.37%94.51%-
XYZ49.3726.7885.79-
YUV135.55187.51192.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.16%
GREEN value IS 69 (27.34% from 255) = 12.87%
BLUE value IS 241 (94.53% from 255) = 44.96%
R=42.16%
G=12.87%
B=44.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal226692410.060.7100.05294.778660.78
HexE245F164705127563d
Octal34210536161070544712675
Binary11100010100010111110001110100011101011001001111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E245F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E245F1; }

 p { color: rgb(226,69,241); }

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

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

 a { background-color: rgb(226,69,241); }

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

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

 span { border-color: rgb(226,69,241); }

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