#E046E4

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

Shades of Free Speech Magenta #E046E4

Tints of Free Speech Magenta #E046E4

Color information

#E046E4 (or 0xE046E4) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 46 and E4. RGB value is (224,70,228). Sum of RGB (Red+Green+Blue) = 224+70+228=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #E046E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E046E4 is #1FB91B. Grayscale: #858585. Windows color (decimal): -2079004 or 14960352. OLE color: 14960352.

HSL color Cylindrical-coordinate representation of color #E046E4: hue angle of 298.48º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E046E4 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22470228-
CMYK0.020.6900.11
HSL298.48º74.53%58.43%-
HSV(B)298.48º69.3%89.41%-
XYZ46.9325.8375.91-
YUV134.06181.02192.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.91%
GREEN value IS 70 (27.73% from 255) = 13.41%
BLUE value IS 228 (89.45% from 255) = 43.68%
R=42.91%
G=13.41%
B=43.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal224702280.020.6900.11298.4874.5358.43
HexE046E42450B12a4b3a
Octal340106344210501345211372
Binary11100000100011011100100101000101010111001010101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E046E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E046E4; }

 p { color: rgb(224,70,228); }

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

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

 a { background-color: rgb(224,70,228); }

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

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

 span { border-color: rgb(224,70,228); }

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