#E061E3

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

Shades of Free Speech Magenta #E061E3

Tints of Free Speech Magenta #E061E3

Color information

#E061E3 (or 0xE061E3) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 61 and E3. RGB value is (224,97,227). Sum of RGB (Red+Green+Blue) = 224+97+227=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #E061E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061E3 is #1F9E1C. Grayscale: #959595. Windows color (decimal): -2072093 or 14901728. OLE color: 14901728.

HSL color Cylindrical-coordinate representation of color #E061E3: hue angle of 298.62º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061E3 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22497227-
CMYK0.010.5700.11
HSL298.62º69.89%63.53%-
HSV(B)298.62º57.27%89.02%-
XYZ48.8829.9475.88-
YUV149.79171.58180.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 97 (38.28% from 255) = 17.70%
BLUE value IS 227 (89.06% from 255) = 41.42%
R=40.88%
G=17.70%
B=41.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal224972270.010.5700.11298.6269.8963.53
HexE061E31390B12b4640
Octal340141343171013453106100
Binary1110000011000011110001111110010101110010101110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E061E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E061E3; }

 p { color: rgb(224,97,227); }

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

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

 a { background-color: rgb(224,97,227); }

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

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

 span { border-color: rgb(224,97,227); }

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