#E033EE

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

Shades of Free Speech Magenta #E033EE

Tints of Free Speech Magenta #E033EE

Color information

#E033EE (or 0xE033EE) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 33 and EE. RGB value is (224,51,238). Sum of RGB (Red+Green+Blue) = 224+51+238=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #E033EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E033EE is #1FCC11. Grayscale: #7B7B7B. Windows color (decimal): -2083858 or 15610848. OLE color: 15610848.

HSL color Cylindrical-coordinate representation of color #E033EE: hue angle of 295.51º 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 #E033EE is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22451238-
CMYK0.060.7900.07
HSL295.51º84.62%56.67%-
HSV(B)295.51º78.57%93.33%-
XYZ47.3624.3983.1-
YUV124.04192.31199.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 51 (20.31% from 255) = 9.94%
BLUE value IS 238 (93.36% from 255) = 46.39%
R=43.66%
G=9.94%
B=46.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal224512380.060.7900.07295.5184.6256.67
HexE033EE64F071285539
Octal3406335661170745012571
Binary1110000011001111101110110100111101111001010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E033EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E033EE; }

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

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

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

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

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

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

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

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