#E038F5

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

Shades of Free Speech Magenta #E038F5

Tints of Free Speech Magenta #E038F5

Color information

#E038F5 (or 0xE038F5) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 38 and F5. RGB value is (224,56,245). Sum of RGB (Red+Green+Blue) = 224+56+245=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 56 (22.27% from 255 or 10.67% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #E038F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E038F5 is #1FC70A. Grayscale: #7F7F7F. Windows color (decimal): -2082571 or 16070880. OLE color: 16070880.

HSL color Cylindrical-coordinate representation of color #E038F5: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E038F5 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22456245-
CMYK0.090.7700.04
HSL293.33º90.43%59.02%-
HSV(B)293.33º77.14%96.08%-
XYZ48.6425.2788.7-
YUV127.78194.16196.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 56 (22.27% from 255) = 10.67%
BLUE value IS 245 (96.09% from 255) = 46.67%
R=42.67%
G=10.67%
B=46.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal224562450.090.7700.04293.3390.4359.02
HexE038F594D041255a3b
Octal34070365111150444513273
Binary11100000111000111101011001100110101001001001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E038F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E038F5; }

 p { color: rgb(224,56,245); }

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

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

 a { background-color: rgb(224,56,245); }

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

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

 span { border-color: rgb(224,56,245); }

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