#E035EF

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

Shades of Free Speech Magenta #E035EF

Tints of Free Speech Magenta #E035EF

Color information

#E035EF (or 0xE035EF) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 35 and EF. RGB value is (224,53,239). Sum of RGB (Red+Green+Blue) = 224+53+239=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 53 (21.09% from 255 or 10.27% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #E035EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E035EF is #1FCA10. Grayscale: #7C7C7C. Windows color (decimal): -2083345 or 15676896. OLE color: 15676896.

HSL color Cylindrical-coordinate representation of color #E035EF: hue angle of 295.16º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E035EF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22453239-
CMYK0.060.7800.06
HSL295.16º85.32%57.25%-
HSV(B)295.16º77.82%93.73%-
XYZ47.5924.6383.91-
YUV125.33192.15198.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 53 (21.09% from 255) = 10.27%
BLUE value IS 239 (93.75% from 255) = 46.32%
R=43.41%
G=10.27%
B=46.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224532390.060.7800.06295.1685.3257.25
HexE035EF64E061275539
Octal3406535761160644712571
Binary1110000011010111101111110100111001101001001111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E035EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E035EF; }

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

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

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

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

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

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

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

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