#E035F2

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

Shades of Free Speech Magenta #E035F2

Tints of Free Speech Magenta #E035F2

Color information

#E035F2 (or 0xE035F2) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 35 and F2. RGB value is (224,53,242). Sum of RGB (Red+Green+Blue) = 224+53+242=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 53 (21.09% from 255 or 10.21% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #E035F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E035F2 is #1FCA0D. Grayscale: #7D7D7D. Windows color (decimal): -2083342 or 15873504. OLE color: 15873504.

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

Color convert

RGB22453242-
CMYK0.070.7800.05
HSL294.29º87.91%57.84%-
HSV(B)294.29º78.1%94.9%-
XYZ48.0424.886.26-
YUV125.67193.65198.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 53 (21.09% from 255) = 10.21%
BLUE value IS 242 (94.92% from 255) = 46.63%
R=43.16%
G=10.21%
B=46.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224532420.070.7800.05294.2987.9157.84
HexE035F274E05126583a
Octal3406536271160544613072
Binary1110000011010111110010111100111001011001001101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E035F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E035F2; }

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

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

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

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

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

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

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

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