#e333ed

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

Shades of Free Speech Magenta #E333ED

Tints of Free Speech Magenta #E333ED

Color information

#E333ED (or 0xE333ED) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 33 and ED. RGB value is (227,51,237). Sum of RGB (Red+Green+Blue) = 227+51+237=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 51 (20.31% from 255 or 9.90% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #E333ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E333ED is #1CCC12. Grayscale: #7C7C7C. Windows color (decimal): -1887251 or 15545315. OLE color: 15545315.

HSL color Cylindrical-coordinate representation of color #E333ED: hue angle of 296.77º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E333ED is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22751237-
CMYK0.040.7800.07
HSL296.77º83.78%56.47%-
HSV(B)296.77º78.48%92.94%-
XYZ48.1524.8182.37-
YUV124.83191.31200.88-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.08%
GREEN value IS 51 (20.31% from 255) = 9.90%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=44.08%
G=9.90%
B=46.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal227512370.040.7800.07296.7783.7856.47
HexE333ED44E071295438
Octal3436335541160745112470
Binary1110001111001111101101100100111001111001010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e333ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e333ed; }

 p { color: rgb(227,51,237); }

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

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

 a { background-color: rgb(227,51,237); }

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

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

 span { border-color: rgb(227,51,237); }

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