#E34AE6

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

Shades of Free Speech Magenta #E34AE6

Tints of Free Speech Magenta #E34AE6

Color information

#E34AE6 (or 0xE34AE6) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 4A and E6. RGB value is (227,74,230). Sum of RGB (Red+Green+Blue) = 227+74+230=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 74 (29.30% from 255 or 13.94% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #E34AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E34AE6 is #1CB519. Grayscale: #898989. Windows color (decimal): -1881370 or 15092451. OLE color: 15092451.

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

Color convert

RGB22774230-
CMYK0.010.6800.10
HSL298.85º75.73%59.61%-
HSV(B)298.85º67.83%90.2%-
XYZ48.4126.9477.51-
YUV137.53180.19191.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 74 (29.30% from 255) = 13.94%
BLUE value IS 230 (90.23% from 255) = 43.31%
R=42.75%
G=13.94%
B=43.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal227742300.010.6800.10298.8575.7359.61
HexE34AE61440A12b4c3c
Octal343112346110401245311474
Binary1110001110010101110011011000100010101001010111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34AE6; }

 p { color: rgb(227,74,230); }

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

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

 a { background-color: rgb(227,74,230); }

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

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

 span { border-color: rgb(227,74,230); }

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