#E038FA

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

Shades of Free Speech Magenta #E038FA

Tints of Free Speech Magenta #E038FA

Color information

#E038FA (or 0xE038FA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 38 and FA. RGB value is (224,56,250). Sum of RGB (Red+Green+Blue) = 224+56+250=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 56 (22.27% from 255 or 10.57% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #E038FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E038FA is #1FC705. Grayscale: #7F7F7F. Windows color (decimal): -2082566 or 16398560. OLE color: 16398560.

HSL color Cylindrical-coordinate representation of color #E038FA: hue angle of 291.96º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E038FA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22456250-
CMYK0.100.7800.02
HSL291.96º95.1%60%-
HSV(B)291.96º77.6%98.04%-
XYZ49.4125.5892.78-
YUV128.35196.66196.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.26%
GREEN value IS 56 (22.27% from 255) = 10.57%
BLUE value IS 250 (98.05% from 255) = 47.17%
R=42.26%
G=10.57%
B=47.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224562500.100.7800.02291.9695.160
HexE038FAA4E021245f3c
Octal34070372121160244413774
Binary1110000011100011111010101010011100101001001001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E038FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E038FA; }

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

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

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

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

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

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

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

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