#E241EE

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

Shades of Free Speech Magenta #E241EE

Tints of Free Speech Magenta #E241EE

Color information

#E241EE (or 0xE241EE) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 41 and EE. RGB value is (226,65,238). Sum of RGB (Red+Green+Blue) = 226+65+238=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #E241EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E241EE is #1DBE11. Grayscale: #848484. Windows color (decimal): -1949202 or 15614434. OLE color: 15614434.

HSL color Cylindrical-coordinate representation of color #E241EE: hue angle of 295.84º degrees, saturation: 0.84, 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 #E241EE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22665238-
CMYK0.050.7300.07
HSL295.84º83.57%59.41%-
HSV(B)295.84º72.69%93.33%-
XYZ48.6926.1283.36-
YUV132.86187.34194.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.72%
GREEN value IS 65 (25.78% from 255) = 12.29%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=42.72%
G=12.29%
B=44.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226652380.050.7300.07295.8483.5759.41
HexE241EE54907128543b
Octal34210135651110745012473
Binary11100010100000111101110101100100101111001010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E241EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E241EE; }

 p { color: rgb(226,65,238); }

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

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

 a { background-color: rgb(226,65,238); }

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

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

 span { border-color: rgb(226,65,238); }

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