#E533EE

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

Shades of Free Speech Magenta #E533EE

Tints of Free Speech Magenta #E533EE

Color information

#E533EE (or 0xE533EE) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 33 and EE. RGB value is (229,51,238). Sum of RGB (Red+Green+Blue) = 229+51+238=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 51 (20.31% from 255 or 9.85% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #E533EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E533EE is #1ACC11. Grayscale: #7C7C7C. Windows color (decimal): -1756178 or 15610853. OLE color: 15610853.

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

Color convert

RGB22951238-
CMYK0.040.7900.07
HSL297.11º84.62%56.67%-
HSV(B)297.11º78.57%93.33%-
XYZ48.9325.283.17-
YUV125.54191.47201.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.21%
GREEN value IS 51 (20.31% from 255) = 9.85%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=44.21%
G=9.85%
B=45.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal229512380.040.7900.07297.1184.6256.67
HexE533EE44F071295539
Octal3456335641170745112571
Binary1110010111001111101110100100111101111001010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E533EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E533EE; }

 p { color: rgb(229,51,238); }

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

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

 a { background-color: rgb(229,51,238); }

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

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

 span { border-color: rgb(229,51,238); }

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