#E03EF1

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

Shades of Free Speech Magenta #E03EF1

Tints of Free Speech Magenta #E03EF1

Color information

#E03EF1 (or 0xE03EF1) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 3E and F1. RGB value is (224,62,241). Sum of RGB (Red+Green+Blue) = 224+62+241=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 62 (24.61% from 255 or 11.76% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #E03EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03EF1 is #1FC10E. Grayscale: #828282. Windows color (decimal): -2081039 or 15810272. OLE color: 15810272.

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

Color convert

RGB22462241-
CMYK0.070.7400.05
HSL294.3º86.47%59.41%-
HSV(B)294.3º74.27%94.51%-
XYZ48.3425.6485.62-
YUV130.84190.17194.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 62 (24.61% from 255) = 11.76%
BLUE value IS 241 (94.53% from 255) = 45.73%
R=42.50%
G=11.76%
B=45.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224622410.070.7400.05294.386.4759.41
HexE03EF174A05126563b
Octal3407636171120544612673
Binary1110000011111011110001111100101001011001001101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03EF1; }

 p { color: rgb(224,62,241); }

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

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

 a { background-color: rgb(224,62,241); }

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

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

 span { border-color: rgb(224,62,241); }

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