#E03CF7

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

Shades of Free Speech Magenta #E03CF7

Tints of Free Speech Magenta #E03CF7

Color information

#E03CF7 (or 0xE03CF7) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 3C and F7. RGB value is (224,60,247). Sum of RGB (Red+Green+Blue) = 224+60+247=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #E03CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03CF7 is #1FC308. Grayscale: #818181. Windows color (decimal): -2081545 or 16202976. OLE color: 16202976.

HSL color Cylindrical-coordinate representation of color #E03CF7: hue angle of 292.62º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03CF7 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22460247-
CMYK0.090.7600.03
HSL292.62º92.12%60.2%-
HSV(B)292.62º75.71%96.86%-
XYZ49.1425.7990.38-
YUV130.35193.83194.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 60 (23.83% from 255) = 11.30%
BLUE value IS 247 (96.88% from 255) = 46.52%
R=42.18%
G=11.30%
B=46.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal224602470.090.7600.03292.6292.1260.2
HexE03CF794C031255c3c
Octal34074367111140344513474
Binary1110000011110011110111100110011000111001001011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E03CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E03CF7; }

 p { color: rgb(224,60,247); }

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

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

 a { background-color: rgb(224,60,247); }

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

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

 span { border-color: rgb(224,60,247); }

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