#e33ae5

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

Shades of Free Speech Magenta #E33AE5

Tints of Free Speech Magenta #E33AE5

Color information

#E33AE5 (or 0xE33AE5) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 3A and E5. RGB value is (227,58,229). Sum of RGB (Red+Green+Blue) = 227+58+229=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #E33AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33AE5 is #1CC51A. Grayscale: #7F7F7F. Windows color (decimal): -1885467 or 15022819. OLE color: 15022819.

HSL color Cylindrical-coordinate representation of color #E33AE5: hue angle of 299.3º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E33AE5 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22758229-
CMYK0.010.7500.10
HSL299.3º76.68%56.27%-
HSV(B)299.3º74.67%89.8%-
XYZ47.3325.0176.46-
YUV128.02184.99198.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.16%
GREEN value IS 58 (23.05% from 255) = 11.28%
BLUE value IS 229 (89.84% from 255) = 44.55%
R=44.16%
G=11.28%
B=44.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal227582290.010.7500.10299.376.6856.27
HexE33AE514B0A12b4d38
Octal34372345111301245311570
Binary111000111110101110010111001011010101001010111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e33ae5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e33ae5; }

 p { color: rgb(227,58,229); }

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

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

 a { background-color: rgb(227,58,229); }

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

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

 span { border-color: rgb(227,58,229); }

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