#E035ED

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

Shades of Free Speech Magenta #E035ED

Tints of Free Speech Magenta #E035ED

Color information

#E035ED (or 0xE035ED) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 35 and ED. RGB value is (224,53,237). Sum of RGB (Red+Green+Blue) = 224+53+237=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 53 (21.09% from 255 or 10.31% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #E035ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E035ED is #1FCA12. Grayscale: #7C7C7C. Windows color (decimal): -2083347 or 15545824. OLE color: 15545824.

HSL color Cylindrical-coordinate representation of color #E035ED: hue angle of 295.76º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E035ED is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22453237-
CMYK0.050.7800.07
HSL295.76º83.64%56.86%-
HSV(B)295.76º77.64%92.94%-
XYZ47.324.5182.36-
YUV125.1191.15198.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.58%
GREEN value IS 53 (21.09% from 255) = 10.31%
BLUE value IS 237 (92.97% from 255) = 46.11%
R=43.58%
G=10.31%
B=46.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal224532370.050.7800.07295.7683.6456.86
HexE035ED54E071285439
Octal3406535551160745012471
Binary1110000011010111101101101100111001111001010001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E035ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E035ED; }

 p { color: rgb(224,53,237); }

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

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

 a { background-color: rgb(224,53,237); }

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

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

 span { border-color: rgb(224,53,237); }

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