#E538F2

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

Shades of Free Speech Magenta #E538F2

Tints of Free Speech Magenta #E538F2

Color information

#E538F2 (or 0xE538F2) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 38 and F2. RGB value is (229,56,242). Sum of RGB (Red+Green+Blue) = 229+56+242=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 56 (22.27% from 255 or 10.63% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #E538F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E538F2 is #1AC70D. Grayscale: #808080. Windows color (decimal): -1754894 or 15874277. OLE color: 15874277.

HSL color Cylindrical-coordinate representation of color #E538F2: hue angle of 295.81º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E538F2 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22956242-
CMYK0.050.7700.05
HSL295.81º87.74%58.43%-
HSV(B)295.81º76.86%94.9%-
XYZ49.7525.986.38-
YUV128.93191.81199.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 56 (22.27% from 255) = 10.63%
BLUE value IS 242 (94.92% from 255) = 45.92%
R=43.45%
G=10.63%
B=45.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal229562420.050.7700.05295.8187.7458.43
HexE538F254D05128583a
Octal3457036251150545013072
Binary1110010111100011110010101100110101011001010001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E538F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E538F2; }

 p { color: rgb(229,56,242); }

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

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

 a { background-color: rgb(229,56,242); }

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

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

 span { border-color: rgb(229,56,242); }

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